30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'torii-gate';
|
|
var width = 512;
|
|
var height = 512;
|
|
var aliases = [''];
|
|
var unicode = 'f6a1';
|
|
var svgPathData = 'M480 128c17.62 0 32-14.38 32-32V0c-42.13 21-88.5 32.02-135.5 32.02L135.5 32.02C88.53 32.02 42.13 21 0 0v96c0 17.62 14.38 32 32 32h32v64H16C7.125 192 0 199.1 0 208v32C0 248.9 7.125 256 15.1 256H64v240C64 504.9 71.13 512 80 512h32C120.9 512 128 504.9 128 496V256h256v240c0 8.875 7.125 16 16 16h32c8.875 0 16-7.125 16-16V256h48C504.9 256 512 248.9 512 240v-32C512 199.1 504.9 192 496 192H448V128H480zM224 192H128V128h96V192zM384 192h-96V128h96V192z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faToriiGate = 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; |