Files
fet2020/assets/fontawesomefree/js-packages/@fortawesome/free-solid-svg-icons/faObjectGroup.js

30 lines
1.2 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'object-group';
var width = 512;
var height = 512;
var aliases = [''];
var unicode = 'f247';
var svgPathData = 'M496 128C504.8 128 512 120.8 512 112v-64C512 39.16 504.8 32 496 32h-64C423.2 32 416 39.16 416 48V64H96V48C96 39.16 88.84 32 80 32h-64C7.164 32 0 39.16 0 48v64C0 120.8 7.164 128 16 128H32v256H16C7.164 384 0 391.2 0 400v64C0 472.8 7.164 480 16 480h64C88.84 480 96 472.8 96 464V448h320v16c0 8.836 7.164 16 16 16h64c8.838 0 16-7.164 16-16v-64c0-8.836-7.162-16-16-16H480V128H496zM96 272v-128c0-8.836 7.164-16 16-16h160c8.838 0 16 7.164 16 16v128C288 280.8 280.8 288 272 288h-160C103.2 288 96 280.8 96 272zM416 368c0 8.836-7.162 16-16 16h-160C231.2 384 224 376.8 224 368V320h72C309.3 320 320 309.3 320 296V224h80C408.8 224 416 231.2 416 240V368z';
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;