iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 801 B
JavaScript
;
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 Sliders = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sliders", viewBox: "0 0 16 16", ...props },
React.createElement("path", { fillRule: "evenodd", d: "M11.5 2a1.5 1.5 0 100 3 1.5 1.5 0 000-3M9.05 3a2.5 2.5 0 014.9 0H16v1h-2.05a2.5 2.5 0 01-4.9 0H0V3zM4.5 7a1.5 1.5 0 100 3 1.5 1.5 0 000-3M2.05 8a2.5 2.5 0 014.9 0H16v1H6.95a2.5 2.5 0 01-4.9 0H0V8zm9.45 4a1.5 1.5 0 100 3 1.5 1.5 0 000-3m-2.45 1a2.5 2.5 0 014.9 0H16v1h-2.05a2.5 2.5 0 01-4.9 0H0v-1z" }));
exports.default = Sliders;