UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 803 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 UiRadiosGrid = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-ui-radios-grid", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M3.5 15a2.5 2.5 0 100-5 2.5 2.5 0 000 5m9-9a2.5 2.5 0 100-5 2.5 2.5 0 000 5m0 9a2.5 2.5 0 110-5 2.5 2.5 0 010 5M16 3.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0m-9 9a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0m5.5 3.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7m-9-11a1.5 1.5 0 110-3 1.5 1.5 0 010 3m0 2a3.5 3.5 0 100-7 3.5 3.5 0 000 7" })); exports.default = UiRadiosGrid;