iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
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", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.66 8.264l-9.18-6.12a.878.878 0 00-.966 0l-9.146 6.12c-.225.129-.354.451-.354.676v6.087c0 .258.129.548.354.741l9.147 6.087a.878.878 0 00.966 0l9.146-6.087c.226-.129.355-.45.355-.74V8.94c.032-.257-.097-.547-.323-.676zm-8.793-3.8l6.731 4.509-3.06 1.996-3.703-2.512c.032 0 .032-3.993.032-3.993zm-1.707 0v3.993L7.424 10.97 4.43 8.973l6.731-4.51zM3.753 10.55L5.878 12l-2.125 1.45v-2.9zm7.407 8.985l-6.73-4.509 2.994-1.996 3.736 2.512v3.993zm.87-5.475L8.97 12l3.06-2.061L15.09 12l-3.06 2.061zm.837 5.475v-3.993l3.736-2.512 2.995 1.996-6.73 4.51zm7.407-6.087L18.15 12l2.125-1.45v2.9z", fill: "#323544" }));
exports.default = Codepen;