iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 845 B
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 SwatchBook = (props) => React.createElement("svg", { className: "lucide lucide-swatch-book", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M11 17a4 4 0 01-8 0V5a2 2 0 012-2h4a2 2 0 012 2z" }),
React.createElement("path", { d: "M16.7 13H19a2 2 0 012 2v4a2 2 0 01-2 2H7M7 17h.01" }),
React.createElement("path", { d: "M11 8l2.3-2.3a2.4 2.4 0 013.404.004L18.6 7.6a2.4 2.4 0 01.026 3.434L9.9 19.8" }));
exports.default = SwatchBook;