2022-02-07 20:16:51 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'window-restore';
|
|
|
|
var width = 512;
|
|
|
|
var height = 512;
|
|
|
|
var aliases = [];
|
|
|
|
var unicode = 'f2d2';
|
2024-07-16 17:13:31 +00:00
|
|
|
var svgPathData = 'M432 64L208 64c-8.8 0-16 7.2-16 16l0 16-64 0 0-16c0-44.2 35.8-80 80-80L432 0c44.2 0 80 35.8 80 80l0 224c0 44.2-35.8 80-80 80l-16 0 0-64 16 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64l256 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 192zm64 32c0 17.7 14.3 32 32 32l192 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 192c-17.7 0-32 14.3-32 32z';
|
2022-02-07 20:16:51 +00:00
|
|
|
|
|
|
|
exports.definition = {
|
|
|
|
prefix: prefix,
|
|
|
|
iconName: iconName,
|
|
|
|
icon: [
|
|
|
|
width,
|
|
|
|
height,
|
|
|
|
aliases,
|
|
|
|
unicode,
|
|
|
|
svgPathData
|
|
|
|
]};
|
|
|
|
|
|
|
|
exports.faWindowRestore = 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;
|