styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var Starburst = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __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" })));
});
Starburst.displayName = 'Starburst';
export var StarburstDimensions = { height: 24, width: 24 };