29 lines
800 B
JavaScript
29 lines
800 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'bookmark';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f02e';
|
|
var svgPathData = ['M384 48v464L192 400 0 512V48A48 48 0 0 1 48 0h16v400.57l95.75-55.85L192 325.91l32.25 18.81L320 400.57V0h16a48 48 0 0 1 48 48z', 'M320 0v400.57l-95.75-55.85L192 325.91l-32.25 18.81L64 400.57V0z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faBookmark = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |