iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 667 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 Cloudflareworkers = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.213.063l8.879 12.136-8.67 11.739h2.476l8.665-11.735-8.89-12.14zm4.728 0l9.02 11.992-9.018 11.883h2.496L24 12.656v-1.199L15.434.063zM7.178 2.02L.01 11.398l-.01 1.2 7.203 9.644 1.238-1.676-6.396-8.556 6.361-8.313z" }));
exports.default = Cloudflareworkers;