30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'swatchbook';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = [];
|
|
var unicode = 'f5c3';
|
|
var svgPathData = 'M434.6 167.8L344.5 77.38C332.1 64.88 312 64.88 299.5 77.25L224 152.9V424l210.6-211.1C447.1 200.4 447.1 180.2 434.6 167.8zM480 320h-106.9l-186.5 186.5C184.6 508.6 182.1 510.1 180 512H480c17.62 0 32-14.38 32-32v-128C512 334.4 497.6 320 480 320zM192 32c0-17.62-14.38-32-32-32L32 .0001c-17.62 0-32 14.38-32 32v384c0 53 43 95.1 96 95.1s96-42.1 96-95.1V32zM96 440c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S109.2 440 96 440zM128 256H64v-64h64V256zM128 128H64V64h64V128z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faSwatchbook = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = aliases;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData;
|
|
exports.aliases = aliases; |