Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faWindowMaximize.js
2019-07-29 11:21:43 -05:00

29 lines
830 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'window-maximize';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f2d0';
var svgPathData = ['M448 192H64v-84a12 12 0 0 1 12-12h360a12 12 0 0 1 12 12z', 'M464 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h416a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48zm-16 160H64v-84a12 12 0 0 1 12-12h360a12 12 0 0 1 12 12z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faWindowMaximize = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;