UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 707 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 Toggles = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-toggles", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M4.5 9a3.5 3.5 0 100 7h7a3.5 3.5 0 100-7zm7 6a2.5 2.5 0 110-5 2.5 2.5 0 010 5m-7-14a2.5 2.5 0 100 5 2.5 2.5 0 000-5m2.45 0A3.5 3.5 0 018 3.5 3.5 3.5 0 016.95 6h4.55a2.5 2.5 0 000-5zM4.5 0h7a3.5 3.5 0 110 7h-7a3.5 3.5 0 110-7" })); exports.default = Toggles;