Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faStarOfDavid.js
2019-07-29 11:21:43 -05:00

29 lines
1.3 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'star-of-david';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f69a';
var svgPathData = ['M200 344h-.07l-44-73.93L95 168h39.72l33.33-56H61.11c-28.6 0-46.42 30.4-32 54.61l56.6 95.08L115 310.55l-.09.14L134.72 344H200zm160.17-80.7L312.12 344h-.07l-33.4 56h.13L256 438.27 233.22 400h-65.17L224 494a37.44 37.44 0 0 0 64 0l56-94h-.19L377 344h.3l19.85-33.33L364.52 256zM450.89 112H233.35L200 168h217l-19.88 33.33L429.68 256l53.21-89.4c14.41-24.19-3.41-54.6-32-54.6z', 'M115 310.55L82.32 256l-53.21 89.41C14.7 369.62 32.52 400 61.11 400h217.46l33.28-56H95zm36.86-61.83l48-80.7h.14l33.39-56h-.13L256 73.76 278.78 112h65.16L288 18a37.44 37.44 0 0 0-64 0L114.88 201.32 147.5 256zm331.06 96.69L377.28 168H312h.07l44 73.93L417 344h-40l-33.22 56h107.11c28.6 0 46.42-30.38 32-54.59z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faStarOfDavid = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;