UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 627 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 Griddotai = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.732 9.091v-3.52H6.506v12.816h5.612v-5.613h11.226V24h-5.613v-5.613H12.12V24h-4.5a6.965 6.965 0 01-6.964-6.964V6.966A6.966 6.966 0 017.619 0h8.762a6.965 6.965 0 016.964 6.964v2.127h-5.613z" })); exports.default = Griddotai;