UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 663 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var TriangleFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "triangle-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", { fillRule: "evenodd", d: "M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767z" }))); } }))); }; export default TriangleFill;