UNPKG

iconista

Version:

Thousands of SVG icons with one React component

35 lines (34 loc) 3.88 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 BorderRight = (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: "M13.25 1v13h1.5V1h-1.5z", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 5 7)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 5 13)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 3 7)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 3 13)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 7)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 7)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 13)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 13)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 5)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 5)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 3)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 3)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 9)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 9)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 11)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 11)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 9 7)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 9 13)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 11 7)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 11 13)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 5 1)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 3 1)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 7 1)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 1 1)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 9 1)", fill: "currentColor" }), React.createElement("rect", { width: "1", height: "1", rx: ".5", transform: "matrix(0 1 1 0 11 1)", fill: "currentColor" })); exports.default = BorderRight;