UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.13 kB
"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 Adjustments = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-adjustments", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M6 3a1 1 0 01.993.883L7 4v3.171a3.001 3.001 0 010 5.658V20a1 1 0 01-1.993.117L5 20v-7.17a3.002 3.002 0 01-1.995-2.654L3 10l.005-.176A3.002 3.002 0 015 7.17V4a1 1 0 011-1zM12 3a1 1 0 01.993.883L13 4v9.171a3.001 3.001 0 010 5.658V20a1 1 0 01-1.993.117L11 20v-1.17a3.002 3.002 0 01-1.995-2.654L9 16l.005-.176A3.002 3.002 0 0111 13.17V4a1 1 0 011-1zM18 3a1 1 0 01.993.883L19 4v.171a3.001 3.001 0 010 5.658V20a1 1 0 01-1.993.117L17 20V9.83a3.002 3.002 0 01-1.995-2.654L15 7l.005-.176A3.002 3.002 0 0117 4.17V4a1 1 0 011-1z" })); exports.default = Adjustments;