You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
829 B
JavaScript
30 lines
829 B
JavaScript
|
6 months ago
|
'use strict';
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
var prefix = 'fas';
|
||
|
|
var iconName = 'paragraph';
|
||
|
|
var width = 448;
|
||
|
|
var height = 512;
|
||
|
|
var aliases = [182];
|
||
|
|
var unicode = 'f1dd';
|
||
|
|
var svgPathData = 'M160 0L416 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 416c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-416-48 0 0 416c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-160-48 0C71.6 320 0 248.4 0 160S71.6 0 160 0z';
|
||
|
|
|
||
|
|
exports.definition = {
|
||
|
|
prefix: prefix,
|
||
|
|
iconName: iconName,
|
||
|
|
icon: [
|
||
|
|
width,
|
||
|
|
height,
|
||
|
|
aliases,
|
||
|
|
unicode,
|
||
|
|
svgPathData
|
||
|
|
]};
|
||
|
|
|
||
|
|
exports.faParagraph = 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;
|