123456789101112131415161718192021222324252627282930 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var prefix = 'far';
- var iconName = 'circle-stop';
- var width = 512;
- var height = 512;
- var aliases = [62094,"stop-circle"];
- var unicode = 'f28d';
- 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 256zm192-96l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z';
- exports.definition = {
- prefix: prefix,
- iconName: iconName,
- icon: [
- width,
- height,
- aliases,
- unicode,
- svgPathData
- ]};
- exports.faCircleStop = 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;
|