Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faLaptop.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faLaptop.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'laptop';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f109';
|
||||
var svgPathData = ['M528 0H112a48.14 48.14 0 0 0-48 48v336h512V48a48.14 48.14 0 0 0-48-48zm-16 320H128V64h384z', 'M512 64H128v256h384zm112 352H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33-17.47-32.77-32H16a16 16 0 0 0-16 16v16a64.19 64.19 0 0 0 64 64h512a64.19 64.19 0 0 0 64-64v-16a16 16 0 0 0-16-16z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faLaptop = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user