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.11 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.ChartAreaOutline = 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: "M20 17H4a1 1 0 01-1-1v-3c0-.68.234-1.346.658-1.874l4-5c.98-1.226 2.885-1.469 4.143-.524l1.674 1.254 2.185-2.729A2.974 2.974 0 0118.001 3 3 3 0 0121 6v10a1 1 0 01-1 1zM5 15h14V6a.988.988 0 00-.375-.779.996.996 0 00-1.406.155L14.43 8.861a1 1 0 01-1.381.176L10.6 7.2a1.02 1.02 0 00-1.381.176l-4 5A.993.993 0 005 13v2zm15 6H4a1 1 0 110-2h16a1 1 0 110 2z", key: "k0" }))); }); exports.ChartAreaOutline.displayName = 'ChartAreaOutline'; exports.ChartAreaOutlineDimensions = { height: 24, width: 24 };