UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

15 lines 619 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; export var DisplayFill = props => /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "btfont " + (props.className ? props.className : ''), children: /*#__PURE__*/_jsx("path", { d: "M6 12c0 .667-.083 1.167-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75c-.167-.333-.25-.833-.25-1.5h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h4z", fillRule: "evenodd" }) })); //# sourceMappingURL=DisplayFill.js.map