Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-light-svg-icons/faBorderOuter.js
2019-06-04 16:15:46 -05:00

29 lines
725 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fal';
var iconName = 'border-outer';
var width = 448;
var height = 512;
var ligatures = [];
var unicode = 'f851';
var svgPathData = 'M432 32H16A16 16 0 0 0 0 48v416a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zm-16 416H32V64h384z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faBorderOuter = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;