iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.25 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 Jamstack = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.768 2.283a11.317 11.317 0 011.996-.277c2.424-.003 4.848-.001 7.272 0 .87.008 1.74-.028 2.608.018.001 3.328.002 6.657 0 9.985a10.294 10.294 0 01-1.492 5.338c-1.113 1.825-2.822 3.28-4.807 4.027-.979.387-2.024.572-3.07.624a9.79 9.79 0 01-3.19-.466c-1.901-.62-3.594-1.867-4.778-3.498A9.981 9.981 0 012.58 14.15a10.348 10.348 0 01.646-6.3C4.414 5.108 6.89 2.969 9.768 2.283zM12.2 4.57c-.004 2.405-.004 4.81 0 7.214 2.32.003 4.64.003 6.96 0 .001-2.405.003-4.81 0-7.214H12.2zm-7.362 7.636c-.021.264.011.528.042.79.232 1.801 1.131 3.51 2.496 4.687 1.215 1.07 2.799 1.707 4.41 1.74v-7.207c-2.316-.015-4.632.005-6.948-.01zm7.363.02c-.005 2.406-.007 4.812.001 7.218.402-.025.805-.06 1.2-.144 1.635-.332 3.127-1.292 4.163-2.613a7.505 7.505 0 001.592-4.46c-2.318-.002-4.637-.002-6.956-.002z", fill: "#323544" }));
exports.default = Jamstack;