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
958 B
JavaScript
30 lines
958 B
JavaScript
|
6 months ago
|
'use strict';
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
var prefix = 'fas';
|
||
|
|
var iconName = 'compact-disc';
|
||
|
|
var width = 512;
|
||
|
|
var height = 512;
|
||
|
|
var aliases = [128191,128192,128440];
|
||
|
|
var unicode = 'f51f';
|
||
|
|
var svgPathData = 'M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zm-56-16c0-32.4 16.3-66.6 42.8-93.2S207.6 104 240 104c13.3 0 24-10.7 24-24s-10.7-24-24-24c-47.9 0-93.7 23.5-127.1 56.9S56 192.1 56 240c0 13.3 10.7 24 24 24s24-10.7 24-24z';
|
||
|
|
|
||
|
|
exports.definition = {
|
||
|
|
prefix: prefix,
|
||
|
|
iconName: iconName,
|
||
|
|
icon: [
|
||
|
|
width,
|
||
|
|
height,
|
||
|
|
aliases,
|
||
|
|
unicode,
|
||
|
|
svgPathData
|
||
|
|
]};
|
||
|
|
|
||
|
|
exports.faCompactDisc = 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;
|