UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 767 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var StarFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "star-fill" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), React.createElement("path", { d: "M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z" }))); } }))); }; export default StarFill;