iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 926 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 Sliders2Vertical = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sliders2-vertical", viewBox: "0 0 16 16", ...props },
React.createElement("path", { fillRule: "evenodd", d: "M0 10.5a.5.5 0 00.5.5h4a.5.5 0 000-1H3V1.5a.5.5 0 00-1 0V10H.5a.5.5 0 00-.5.5M2.5 12a.5.5 0 00-.5.5v2a.5.5 0 001 0v-2a.5.5 0 00-.5-.5m3-6.5A.5.5 0 006 6h1.5v8.5a.5.5 0 001 0V6H10a.5.5 0 000-1H6a.5.5 0 00-.5.5M8 1a.5.5 0 00-.5.5v2a.5.5 0 001 0v-2A.5.5 0 008 1m3 9.5a.5.5 0 00.5.5h4a.5.5 0 000-1H14V1.5a.5.5 0 00-1 0V10h-1.5a.5.5 0 00-.5.5m2.5 1.5a.5.5 0 00-.5.5v2a.5.5 0 001 0v-2a.5.5 0 00-.5-.5" }));
exports.default = Sliders2Vertical;