Files
fet2020/assets/fontawesomefree/js-packages/@fortawesome/free-solid-svg-icons/faTurkishLiraSign.js

30 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'turkish-lira-sign';
var width = 384;
var height = 512;
var aliases = ['try','turkish-lira'];
var unicode = 'e2bb';
var svgPathData = 'M384 288c0 105.9-86.13 192-192 192H96c-17.67 0-32-14.33-32-32V280.1L40.8 286.8C37.86 287.6 34.89 288 31.98 288c-13.92 0-26.73-9.172-30.75-23.22c-4.859-17 4.984-34.7 21.97-39.56L64 213.6V184.1L40.8 190.8C37.86 191.6 34.89 192 31.98 192c-13.92 0-26.73-9.172-30.75-23.22c-4.859-17 4.984-34.7 21.97-39.56L64 117.6V64c0-17.67 14.33-32 32-32s32 14.33 32 32v35.29l119.2-34.06c17.03-4.891 34.7 4.984 39.56 21.97c4.859 17-4.984 34.7-21.97 39.56L128 165.8v29.44l119.2-34.06c17.03-4.906 34.7 4.984 39.56 21.97c4.859 17-4.984 34.7-21.97 39.56L128 261.8V416h64c70.58 0 128-57.42 128-128c0-17.67 14.33-32 32-32S384 270.3 384 288z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faTurkishLiraSign = 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;