change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'campground';
|
||||
var width = 576;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f6bb';
|
||||
var svgPathData = 'M327.5 117.8l53.5-73.5c5.125-7.25 3.5-17.25-3.625-22.37L351.5 3.03c-7.123-5.196-17.11-3.624-22.29 3.51L288 63.28L246.8 6.54C241.6-.5938 231.6-2.166 224.5 3.03L198.6 21.9C191.5 27.03 189.9 37.03 195 44.28l53.5 73.5L6.43 439.5C2.257 445 0 451.8 0 458.7v21.3c0 17.67 14.33 31.1 32 31.1h512c17.67 0 32-14.32 32-31.1v-21.3c0-6.941-2.257-13.69-6.43-19.24L327.5 117.8zM288 288l116.4 159.1H171.6L288 288z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faCampground = 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;
|
||||
Reference in New Issue
Block a user