iconista
Version:
Thousands of SVG icons with one React component
22 lines (21 loc) • 2.15 kB
JavaScript
"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 BorderSplit = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("rect", { x: "7", y: "5.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "7", y: "3.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "7", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "7", y: "13.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "7", y: "1.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "13", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "5", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "3", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "9", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "11", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "7", y: "9.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "7", y: "11.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("rect", { x: "1", y: "7.025", width: "1", height: "1", rx: ".5", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 1.5a.5.5 0 01.5-.5H6v1H2v4H1V1.5zM13 2H9V1h4.5a.5.5 0 01.5.5V6h-1V2zM1 13.5V9h1v4h4v1H1.5a.5.5 0 01-.5-.5zm12-.5V9h1v4.5a.5.5 0 01-.5.5h-4v-1H13z", fill: "currentColor" }));
exports.default = BorderSplit;