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.06 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.ChartPie = 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: "M11.614 13.98l4.908 4.922c.39.391.99.36 1.286-.106a8.99 8.99 0 001.393-4.815 9.005 9.005 0 00-1.972-5.631l-5.615 5.63zM9 14.396V7.041a7.008 7.008 0 00-6 6.939C3 17.856 6.134 21 10 21a6.946 6.946 0 004.186-1.403L9 14.396zm7.331-8.183c.39-.391.365-.999-.089-1.313a10.925 10.925 0 00-4.251-1.765c-.544-.1-.991.312-.991.865v7.56l5.331-5.347z", key: "k0" }))); }); exports.ChartPie.displayName = 'ChartPie'; exports.ChartPieDimensions = { height: 24, width: 24 };