Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-regular-svg-icons/faToriiGate.js
2018-12-07 15:47:08 -06:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'torii-gate';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f6a1';
var svgPathData = 'M376.45 32h-240.9A303.17 303.17 0 0 1 0 0v144c0 17.67 14.33 32 32 32h32v64H16c-8.84 0-16 7.16-16 16v16c0 8.84 7.16 16 16 16h48v208c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288h288v208c0 8.84 7.16 16 16 16h16c8.84 0 16-7.16 16-16V288h48c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16h-48v-64h32c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32zM112 240v-64h120v64H112zm288 0H280v-64h120v64zm64-112H48V68.86C76.58 76.21 106.08 80 135.55 80h240.89c29.48 0 58.97-3.79 87.55-11.14V128z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faToriiGate = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;