UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

8 lines (7 loc) 831 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var Explicit = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "explicit" }, 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.826 10.88H10.5V12h-5V4.002h5v1.12H6.826V7.4h3.457v1.073H6.826z" }), React.createElement("path", { d: "M2.5 0A2.5 2.5 0 0 0 0 2.5v11A2.5 2.5 0 0 0 2.5 16h11a2.5 2.5 0 0 0 2.5-2.5v-11A2.5 2.5 0 0 0 13.5 0zM1 2.5A1.5 1.5 0 0 1 2.5 1h11A1.5 1.5 0 0 1 15 2.5v11a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 13.5z" }))); } }))); }; export default Explicit;