@fortawesome/free-brands-svg-icons
Version:
The iconic font, CSS, and SVG framework
30 lines (28 loc) • 747 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'substack';
var width = 448;
var height = 512;
var aliases = [];
var unicode = 'e8b8';
var svgPathData = 'M448 512L224 386.4 0 512 0 230.7 448 230.7 448 512zm0-336.2l-448 0 0-60.5 448 0 0 60.5zM448 0L448 60.5 0 60.5 0 0 448 0z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faSubstack = 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;