iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 753 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 Codepen = (props) => React.createElement("svg", { className: "lucide lucide-codepen", 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: "M12 2l10 6.5v7L12 22 2 15.5v-7L12 2zM12 22v-6.5" }),
React.createElement("path", { d: "M22 8.5l-10 7-10-7" }),
React.createElement("path", { d: "M2 15.5l10-7 10 7M12 2v6.5" }));
exports.default = Codepen;