mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
30 lines
1.7 KiB
JavaScript
30 lines
1.7 KiB
JavaScript
|
'use strict';
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
var prefix = 'fas';
|
||
|
var iconName = 'person-hiking';
|
||
|
var width = 384;
|
||
|
var height = 512;
|
||
|
var aliases = ["hiking"];
|
||
|
var unicode = 'f6ec';
|
||
|
var svgPathData = 'M240 96c26.5 0 48-21.5 48-48S266.5 0 240 0C213.5 0 192 21.5 192 48S213.5 96 240 96zM80.01 287.1c7.31 0 13.97-4.762 15.87-11.86L137 117c.3468-1.291 .5125-2.588 .5125-3.866c0-7.011-4.986-13.44-12.39-15.13C118.4 96.38 111.7 95.6 105.1 95.6c-36.65 0-70 23.84-79.32 59.53L.5119 253.3C.1636 254.6-.0025 255.9-.0025 257.2c0 7.003 4.961 13.42 12.36 15.11L76.01 287.5C77.35 287.8 78.69 287.1 80.01 287.1zM368 160h-15.1c-8.875 0-15.1 7.125-15.1 16V192h-34.75l-46.75-46.75C243.4 134.1 228.6 128 212.9 128C185.9 128 162.5 146.3 155.9 172.5L129 280.3C128.4 282.8 128 285.5 128 288.1c0 8.325 3.265 16.44 9.354 22.53l86.62 86.63V480c0 17.62 14.37 32 31.1 32s32-14.38 32-32v-82.75c0-17.12-6.625-33.13-18.75-45.25l-46.87-46.88c.25-.5 .5-.875 .625-1.375l19.1-79.5l22.37 22.38C271.4 252.6 279.5 256 288 256h47.1v240c0 8.875 7.125 16 15.1 16h15.1C376.9 512 384 504.9 384 496v-320C384 167.1 376.9 160 368 160zM81.01 472.3c-.672 2.63-.993 5.267-.993 7.86c0 14.29 9.749 27.29 24.24 30.89C106.9 511.8 109.5 512 112 512c14.37 0 27.37-9.75 30.1-24.25l25.25-101l-52.75-52.75L81.01 472.3z';
|
||
|
|
||
|
exports.definition = {
|
||
|
prefix: prefix,
|
||
|
iconName: iconName,
|
||
|
icon: [
|
||
|
width,
|
||
|
height,
|
||
|
aliases,
|
||
|
unicode,
|
||
|
svgPathData
|
||
|
]};
|
||
|
|
||
|
exports.faPersonHiking = 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;
|