UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 695 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var EjectFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "eject-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: "M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1z" }))); } }))); }; export default EjectFill;