Font-Awesome/js-packages/@fortawesome/free-brands-svg-icons/faUnsplash.js

29 lines
691 B
JavaScript
Raw Normal View History

2020-06-18 20:53:17 +00:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'unsplash';
var width = 448;
var height = 512;
var ligatures = [];
2020-07-15 18:03:34 +00:00
var unicode = 'e07c';
2020-06-18 20:53:17 +00:00
var svgPathData = 'M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faUnsplash = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;