UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

8 lines (7 loc) 818 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var AwardFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "award-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: "m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864z" }), React.createElement("path", { d: "M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1z" }))); } }))); }; export default AwardFill;