UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Flattr = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M5.743 0C1.941 0 0 2.19 0 6.279v8.579l3.725-3.729V6.771c0-1.694.449-2.772 1.955-3.014.526-.103 1.621-.067 2.317-.067v2.587a.247.247 0 00.245.269c.063 0 .123-.033.184-.093L14.881 0 5.742-.001zm6.532 4.871v4.358c0 1.694-.449 2.772-1.955 3.014-.526.103-1.621.067-2.317.067V9.723a.414.414 0 00-.009-.087.246.246 0 00-.236-.182c-.064 0-.123.033-.184.093L1.119 16l9.139.001c3.802 0 5.743-2.19 5.743-6.279V1.143l-3.725 3.729z", key: "k0" }))); }); exports.Flattr.displayName = 'Flattr'; exports.FlattrDimensions = { height: 16, width: 16 };