UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 809 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 Toggles2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-toggles2", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M9.465 10H12a2 2 0 110 4H9.465c.34-.588.535-1.271.535-2s-.195-1.412-.535-2" }), React.createElement("path", { d: "M6 15a3 3 0 100-6 3 3 0 000 6m0 1a4 4 0 110-8 4 4 0 010 8m.535-10a4 4 0 01-.409-1H4a1 1 0 010-2h2.126q.138-.534.41-1H4a2 2 0 100 4z" }), React.createElement("path", { d: "M14 4a4 4 0 11-8 0 4 4 0 018 0" })); exports.default = Toggles2;