Font-Awesome/js-packages/@fortawesome/free-solid-svg-icons/faSimCard.js

29 lines
927 B
JavaScript
Raw Normal View History

2018-06-20 20:12:02 +00:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
2018-12-07 21:53:43 +00:00
var iconName = 'sim-card';
2018-06-20 20:12:02 +00:00
var width = 384;
var height = 512;
var ligatures = [];
2018-12-07 21:53:43 +00:00
var unicode = 'f7c4';
var svgPathData = 'M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 192h64v64h-64v-64zm-96 32c0-17.7 14.3-32 32-32h32v64H64v-32zm64 224H96c-17.7 0-32-14.3-32-32v-32h64v64zm96 0h-64v-64h64v64zm96-32c0 17.7-14.3 32-32 32h-32v-64h64v32zm0-64H64v-64h256v64zm0-96h-64v-64h32c17.7 0 32 14.3 32 32v32z';
2018-06-20 20:12:02 +00:00
2018-07-17 20:07:25 +00:00
exports.definition = {
2018-06-20 20:12:02 +00:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-17 20:07:25 +00:00
2018-12-07 21:53:43 +00:00
exports.faSimCard = exports.definition;
2018-06-20 20:12:02 +00:00
exports.prefix = prefix;
2018-07-17 20:07:25 +00:00
exports.iconName = iconName;
2018-06-20 20:12:02 +00:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;