iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.11 kB
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 SlidersHorizontalSquare2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.313 7a.75.75 0 00-1.5 0v1.25h-5.5a.75.75 0 100 1.5h5.5V11a.75.75 0 001.5 0V7zM17.313 8.25h-1.5v1.5h1.5a.75.75 0 000-1.5zM9.56 12.25a.75.75 0 00-.75.75v1.25H7.313a.75.75 0 000 1.5h1.499V17a.75.75 0 001.5 0v-4a.75.75 0 00-.75-.75zM11.809 14.25h5.504a.75.75 0 010 1.5h-5.504v-1.5z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.563 5.5a2.25 2.25 0 012.25-2.25h13a2.25 2.25 0 012.25 2.25v13a2.25 2.25 0 01-2.25 2.25h-13a2.25 2.25 0 01-2.25-2.25v-13zm2.25-.75a.75.75 0 00-.75.75v13c0 .414.335.75.75.75h13a.75.75 0 00.75-.75v-13a.75.75 0 00-.75-.75h-13z", fill: "#323544" }));
exports.default = SlidersHorizontalSquare2;