UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 976 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 Palette = (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-palette", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2c5.498 0 10 4.002 10 9 0 1.351-.6 2.64-1.654 3.576C19.316 15.49 17.934 16 16.5 16h-2.516a1 1 0 00-.5 1.875 1 1 0 01.194.14 2.3 2.3 0 01-1.597 3.99l-.156-.009.068.004-.273-.004c-5.3-.146-9.57-4.416-9.716-9.716L2 12C2 6.477 6.477 2 12 2M8.5 8.5a2 2 0 00-1.995 1.85l-.005.15a2 2 0 102-2m8 0a2 2 0 00-1.995 1.85l-.005.15a2 2 0 102-2m-4-3a2 2 0 00-1.995 1.85l-.005.15a2 2 0 102-2" })); exports.default = Palette;