UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.09 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 Settings = (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-settings", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M14.647 4.081a.724.724 0 001.08.448c2.439-1.485 5.23 1.305 3.745 3.744a.724.724 0 00.447 1.08c2.775.673 2.775 4.62 0 5.294a.724.724 0 00-.448 1.08c1.485 2.439-1.305 5.23-3.744 3.745a.724.724 0 00-1.08.447c-.673 2.775-4.62 2.775-5.294 0a.724.724 0 00-1.08-.448c-2.439 1.485-5.23-1.305-3.745-3.744a.724.724 0 00-.447-1.08c-2.775-.673-2.775-4.62 0-5.294a.724.724 0 00.448-1.08c-1.485-2.439 1.305-5.23 3.744-3.745a.722.722 0 001.08-.447c.673-2.775 4.62-2.775 5.294 0zM12 9a3 3 0 100 6 3 3 0 000-6z" })); exports.default = Settings;