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

30 lines
1.4 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'object-group';
var width = 512;
var height = 512;
var aliases = [];
var unicode = 'f247';
var svgPathData = 'M512 112V64c0-17.67-14.33-32-32-32h-48c-17.67 0-32 14.33-32 32h-288c0-17.67-14.33-32-32-32H32C14.33 32 0 46.33 0 64v48c0 17.67 14.33 32 32 32v224c-17.67 0-32 14.33-32 32V448c0 17.67 14.33 32 32 32h48c17.67 0 32-14.33 32-32h288c0 17.67 14.33 32 32 32H480c17.67 0 32-14.33 32-32v-48c0-17.67-14.33-32-32-32v-224C497.7 144 512 129.7 512 112zM72 440h-32v-32h32V440zM72 104h-32v-32h32V104zM432 368c-17.67 0-32 14.33-32 32h-288c0-17.67-14.33-32-32-32v-224c17.67 0 32-14.33 32-32h288c0 17.67 14.33 32 32 32V368zM472 440h-32v-32h32V440zM472 104h-32v-32h32V104zM288 256V176c0-17.67-14.33-32-32-32H144c-17.67 0-32 14.33-32 32V256c0 17.67 14.33 32 32 32H256C273.7 288 288 273.7 288 256zM248 248h-96v-64h96V248zM368 224H320v40h40v64h-96V320H224v16c0 17.67 14.33 32 32 32h112c17.67 0 32-14.33 32-32V256C400 238.3 385.7 224 368 224z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faObjectGroup = 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;