Font-Awesome/js-packages/@fortawesome/free-brands-svg-icons/faKickstarterK.js
Jason Otero c0f460dca7
Release 6.5.2 (#20179)
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
2024-04-02 13:54:47 -05:00

30 lines
895 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'kickstarter-k';
var width = 448;
var height = 512;
var aliases = [];
var unicode = 'f3bc';
var svgPathData = 'M356.6 256.2l40.8-40.5c42.2-41.9 42.2-110.3 0-152.1s-111-41.9-153.2 0L229.3 78.4C209.6 50.3 177.1 32 140.2 32C80.5 32 32 80.2 32 139.5V372.5C32 431.9 80.5 480 140.2 480c37.1 0 69.3-18.3 89-46.4l14.9 14.7c42.2 41.9 111 41.9 153.2 0s42.2-110.3 0-152.1l-40.8-40z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
aliases,
unicode,
svgPathData
]};
exports.faKickstarterK = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = aliases;
exports.unicode = unicode;
exports.svgPathData = svgPathData;
exports.aliases = aliases;