Font-Awesome/js-packages/@fortawesome/free-regular-svg-icons/faCircle.js

30 lines
801 B
JavaScript
Raw Normal View History

2022-02-08 04:16:51 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'circle';
var width = 512;
var height = 512;
2022-09-01 05:02:43 +08:00
var aliases = [128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915];
2022-02-08 04:16:51 +08:00
var unicode = 'f111';
2023-03-28 00:58:41 +08:00
var svgPathData = 'M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z';
2022-02-08 04:16:51 +08:00
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faCircle = 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;