UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 651 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var DisplayFill = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "display-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: "M6 12q0 1-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75Q10 13 10 12h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2z" }))); } }))); }; export default DisplayFill;