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

29 lines
707 B
JavaScript
Raw Normal View History

2018-06-21 04:12:02 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
2018-12-08 05:53:43 +08:00
var iconName = 'adobe';
2019-03-20 06:45:20 +08:00
var width = 512;
2018-06-21 04:12:02 +08:00
var height = 512;
var ligatures = [];
2018-12-08 05:53:43 +08:00
var unicode = 'f778';
2019-03-20 06:45:20 +08:00
var svgPathData = 'M315.5 64h170.9v384L315.5 64zm-119 0H25.6v384L196.5 64zM256 206.1L363.5 448h-73l-30.7-76.8h-78.7L256 206.1z';
2018-06-21 04:12:02 +08:00
2018-07-18 04:07:25 +08:00
exports.definition = {
2018-06-21 04:12:02 +08:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-18 04:07:25 +08:00
2018-12-08 05:53:43 +08:00
exports.faAdobe = exports.definition;
2018-06-21 04:12:02 +08:00
exports.prefix = prefix;
2018-07-18 04:07:25 +08:00
exports.iconName = iconName;
2018-06-21 04:12:02 +08:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;