UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 699 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 Switch = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 4a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm-2.829 7A4.491 4.491 0 016 7.5c0-1.414.652-2.675 1.671-3.5H4.5a3.5 3.5 0 100 7h3.171zM0 7.5A4.5 4.5 0 014.5 3h6a4.5 4.5 0 110 9h-6A4.5 4.5 0 010 7.5z", fill: "currentColor" })); exports.default = Switch;