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.26 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.Starburst = 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: "M19.064 10.109l1.179-2.387a.5.5 0 00-.416-.72l-2.656-.172-.172-2.656a.5.5 0 00-.721-.416l-2.385 1.18-1.477-2.215c-.186-.278-.646-.278-.832 0l-1.477 2.215-2.385-1.18a.5.5 0 00-.721.416L6.83 6.83l-2.657.171a.5.5 0 00-.416.721l1.179 2.386-2.214 1.477a.501.501 0 000 .832l2.215 1.477-1.18 2.386a.498.498 0 00.416.72l2.656.171L7 19.828a.5.5 0 00.721.416l2.386-1.179 1.477 2.214a.501.501 0 00.832 0l1.477-2.214 2.386 1.179a.5.5 0 00.721-.416l.171-2.656L19.827 17a.5.5 0 00.416-.721l-1.179-2.385 2.214-1.478a.501.501 0 000-.832l-2.214-1.475z", key: "k0" }))); }); exports.Starburst.displayName = 'Starburst'; exports.StarburstDimensions = { height: 24, width: 24 };