Release 5.10.0 (#1385)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'location-circle';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f602';
|
||||
var svgPathData = ['M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm110.24 169.74l-95.95 207.89c-11.2 24-46.38 16-46.38-9.59v-88H136c-25.59 0-33.58-35.18-9.59-46.38l207.89-95.95c19.15-7.95 39.94 12.84 31.94 32.03z', 'M126.36 241.7l207.89-95.95c19.2-8 40 12.8 32 32l-95.96 207.88c-11.2 24-46.38 16-46.38-9.59v-88H136c-25.64.04-33.63-35.14-9.64-46.34z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faLocationCircle = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user