Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faKite.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 = 'kite';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f6f4';
var svgPathData = ['M288 352l187-187L358.2 48H592L475.1 164.9 592 281.8zm-26.58 55.36a24 24 0 0 1-28.78-28.78l1.54-6.69-87.54 87.54a15.6 15.6 0 0 1-26.63-11V325L96 309.16 72 325v118.31c0 16.55 5 33 15.7 45.71 26.48 31.53 69 28.26 92.87 4.34l87.55-87.55zM16 184h16a40 40 0 0 1 40 40v27l24 15.87L120 251v-27a88 88 0 0 0-88-88H16a16 16 0 0 0-16 16v16a16 16 0 0 0 16 16z', 'M154.69 228L96 266.84 37.31 228c-16-10.55-37.31.79-37.31 19.8v80.32c0 19 21.36 30.35 37.31 19.8L96 309.16 154.69 348c15.95 10.55 37.31-.79 37.31-19.8v-80.36c0-19.01-21.36-30.35-37.31-19.84zM608 0H345.5a32.08 32.08 0 0 0-31.2 24.8l-81.66 353.78a24 24 0 0 0 28.78 28.78L615.2 325.7a32 32 0 0 0 24.8-31.2V32a32 32 0 0 0-32-32zm-16 281.8L288 352l187-187L358.2 48H592L475.1 164.9z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faKite = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;