iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 905 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 Frontendmentor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.17 1.272a.732.732 0 00-.718.732v13.914a.732.732 0 00.732.732.732.732 0 00.732-.732V2.004a.732.732 0 00-.745-.732zM23.246 5.44a.734.734 0 00-.277.063l-6.282 2.804a.733.733 0 000 1.336l6.282 2.813a.738.738 0 00.3.065.732.732 0 00.297-1.4l-4.786-2.145 4.786-2.137a.734.734 0 00.37-.966.734.734 0 00-.69-.433zm-22.5 5.032a.732.732 0 00-.722.915c1.736 6.677 7.775 11.341 14.683 11.341a.732.732 0 000-1.464A13.706 13.706 0 011.44 11.02a.732.732 0 00-.694-.547z" }));
exports.default = Frontendmentor;