iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 816 B
JavaScript
"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 Shapes = (props) => React.createElement("svg", { className: "lucide lucide-shapes", 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: "M8.3 10a.7.7 0 01-.626-1.079L11.4 3a.7.7 0 011.198-.043L16.3 8.9a.7.7 0 01-.572 1.1z" }),
React.createElement("rect", { x: "3", y: "14", width: "7", height: "7", rx: "1" }),
React.createElement("circle", { cx: "17.5", cy: "17.5", r: "3.5" }));
exports.default = Shapes;