UNPKG

iconista

Version:

Thousands of SVG icons with one React component

18 lines (17 loc) 1.62 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BorderAll = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.25 1A.75.75 0 011 .25h13a.75.75 0 01.75.75v13a.75.75 0 01-.75.75H1A.75.75 0 01.25 14V1zm1.5.75v11.5h11.5V1.75H1.75z", fill: "currentColor" }), React.createElement("rect", { x: "7", y: "5", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "7", y: "3", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "7", y: "7", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "5", y: "7", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "3", y: "7", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "9", y: "7", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "11", y: "7", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "7", y: "9", width: "1", height: "1", rx: ".5", fill: "currentColor" }), React.createElement("rect", { x: "7", y: "11", width: "1", height: "1", rx: ".5", fill: "currentColor" })); exports.default = BorderAll;