UNPKG

@manysale/pro-solid-svg-icons

Version:

The iconic font, CSS, and SVG framework

25 lines (22 loc) 693 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'triangle'; var width = 576; var height = 512; var ligatures = []; var unicode = 'f2ec'; var svgPathData = 'M329.6 24c-18.4-32-64.7-32-83.2 0L6.5 440c-18.4 31.9 4.6 72 41.6 72H528c36.9 0 60-40 41.6-72l-240-416z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [width, height, ligatures, unicode, svgPathData], }; exports.faTriangle = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;