Files
fet2020/assets/fontawesomefree/js-packages/@fortawesome/free-solid-svg-icons/faVectorSquare.js
2022-01-24 01:38:07 +00:00

30 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'vector-square';
var width = 448;
var height = 512;
var aliases = [];
var unicode = 'f5cb';
var svgPathData = 'M448 128V64c0-17.67-14.33-32-32-32h-64c-17.67 0-32 14.33-32 32H128c0-17.67-14.33-32-32-32H32C14.33 32 0 46.33 0 64v64c0 17.67 14.33 32 32 32v192c-17.67 0-32 14.33-32 32v64c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32v-64c0-17.67-14.33-32-32-32V160C433.7 160 448 145.7 448 128zM368 80h32v32h-32V80zM48 80h32v32h-32V80zM80 432h-32v-32h32V432zM400 432h-32v-32h32V432zM352 352c-17.67 0-32 14.33-32 32H128c0-17.67-14.33-32-32-32V160c17.67 0 32-14.33 32-32h192c0 17.67 14.33 32 32 32V352z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faVectorSquare = 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;