Release 5.10.0 (#1385)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'envelope-open';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f2b6';
|
||||
var svgPathData = ['M0 211.06v-10.34A48 48 0 0 1 18.39 163c24.91-19.53 45.5-35.37 164.2-121.51C199.41 29.17 232.8-.35 256 0c23.2-.35 56.6 29.18 73.41 41.44 118.69 86.13 139.31 102 164.2 121.51A48 48 0 0 1 512 200.72v6.1c-74.82 55.9-156.29 116.66-182.59 135.75C312.59 354.83 279.2 384.35 256 384c-23.21.34-56.56-29.15-73.41-41.43C159.44 325.77 80.5 269 0 211.06z', 'M512 246.76V464a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V250.48c73.71 53 142.49 102.53 163.74 118C184 383.21 220.26 416.24 256 416c35.72.24 72-32.77 92.26-47.57 24-17.43 94.51-69.97 163.74-121.67z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faEnvelopeOpen = 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