29 lines
707 B
JavaScript
Raw Normal View History

2018-06-20 15:12:02 -05:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
2018-12-07 15:53:43 -06:00
var iconName = 'adobe';
2019-03-19 17:45:20 -05:00
var width = 512;
2018-06-20 15:12:02 -05:00
var height = 512;
var ligatures = [];
2018-12-07 15:53:43 -06:00
var unicode = 'f778';
2019-03-19 17:45:20 -05: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-20 15:12:02 -05:00
2018-07-17 15:07:25 -05:00
exports.definition = {
2018-06-20 15:12:02 -05:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-17 15:07:25 -05:00
2018-12-07 15:53:43 -06:00
exports.faAdobe = exports.definition;
2018-06-20 15:12:02 -05:00
exports.prefix = prefix;
2018-07-17 15:07:25 -05:00
exports.iconName = iconName;
2018-06-20 15:12:02 -05:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;