UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

7 lines (6 loc) 599 B
import { __assign } from "tslib"; import React from 'react'; import IconBase from '../icon/IconBase'; var BorderAll = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "border-all" }, 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: "M0 0h16v16H0zm1 1v6.5h6.5V1zm7.5 0v6.5H15V1zM15 8.5H8.5V15H15zM7.5 15V8.5H1V15z" }))); } }))); }; export default BorderAll;