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.38 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.ChartPieOutline = 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 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M18.227 7.609l.557-.559a2.002 2.002 0 00-.135-2.947 13.513 13.513 0 00-7.469-3.097L11 1a2.01 2.01 0 00-1.35.523C9.236 1.902 9 2.438 9 3v2.229c-3.657.865-6.333 4.188-6.333 8.006 0 4.547 3.688 8.244 8.224 8.244 1.594 0 3.11-.479 4.441-1.345.277.142.583.226.9.226l.109-.004a1.996 1.996 0 001.453-.75 10.138 10.138 0 002.204-6.297 10.099 10.099 0 00-1.771-5.7zm-7.336 11.87c-3.438 0-6.224-2.793-6.224-6.244A6.229 6.229 0 0110 7.071v6.408l4.609 4.754a6.169 6.169 0 01-3.718 1.246zM11 12.025V3a11.535 11.535 0 016.366 2.641L11 12.025zm.214 1.269l5.019-5.028a8.075 8.075 0 011.769 5.043 8.066 8.066 0 01-1.769 5.051l-5.019-5.066z", key: "k0" }))); }); exports.ChartPieOutline.displayName = 'ChartPieOutline'; exports.ChartPieOutlineDimensions = { height: 24, width: 24 };