UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 685 B
"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 TransparencyGrid = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { opacity: ".25", fillRule: "evenodd", clipRule: "evenodd", d: "M0 0h3v3H0V0zm6 3H3v3H0v3h3v3H0v3h3v-3h3v3h3v-3h3v3h3v-3h-3V9h3V6h-3V3h3V0h-3v3H9V0H6v3zm0 3V3h3v3H6zm0 3H3V6h3v3zm3 0V6h3v3H9zm0 0H6v3h3V9z", fill: "currentColor" })); exports.default = TransparencyGrid;