Release 5.10.0 (#1385)

This commit is contained in:
Rob Madole
2019-07-29 11:21:43 -05:00
committed by GitHub
parent 3925730b84
commit c88a03c8ed
6834 changed files with 207561 additions and 4972 deletions

View File

@@ -0,0 +1,29 @@
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'venus';
var width = 320;
var height = 512;
var ligatures = [];
var unicode = 'f221';
var svgPathData = ['M160 256a80 80 0 1 1 80-80 80 80 0 0 1-80 80z', 'M304 176a144 144 0 1 0-176 140.4V368H92a12 12 0 0 0-12 12v40a12 12 0 0 0 12 12h36v36a12 12 0 0 0 12 12h40a12 12 0 0 0 12-12v-36h36a12 12 0 0 0 12-12v-40a12 12 0 0 0-12-12h-36v-51.6A144 144 0 0 0 304 176zm-144 80a80 80 0 1 1 80-80 80 80 0 0 1-80 80z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faVenus = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;