UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 945 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 Puzzle = (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-puzzle", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M10 2a3 3 0 012.995 2.824L13 5v1h3a2 2 0 011.995 1.85L18 8v3h1a3 3 0 01.176 5.995L19 17h-1v3a2 2 0 01-1.85 1.995L16 22h-3a2 2 0 01-1.995-1.85L11 20v-1a1 1 0 00-1.993-.117L9 19v1a2 2 0 01-1.85 1.995L7 22H4a2 2 0 01-1.995-1.85L2 20v-3a2 2 0 011.85-1.995L4 15h1a1 1 0 00.117-1.993L5 13H4a2 2 0 01-1.995-1.85L2 11V8a2 2 0 011.85-1.995L4 6h3V5a3 3 0 013-3z" })); exports.default = Puzzle;