iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.07 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 Pizza2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.352 14.96a.9.9 0 100 1.8.9.9 0 000-1.8zM8.56 12a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zM14.629 10.02a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z", fill: "#323544" }),
React.createElement("path", { d: "M2.82 5.604c5.326-3.972 13.033-3.972 18.359 0 .945.706 1.063 1.99.466 2.9l-7.763 11.851a2.25 2.25 0 01-3.764 0L2.354 8.505c-.597-.912-.479-2.195.467-2.9zm17.462 1.203c-4.794-3.576-11.77-3.576-16.564 0-.239.178-.322.55-.11.875l.844 1.287c4.306-3.459 10.79-3.459 15.095 0l.844-1.287c.212-.325.13-.697-.11-.875zm-8.91 12.726a.75.75 0 001.255 0l6.094-9.302c-3.793-3.141-9.65-3.141-13.443 0l6.094 9.302z", fill: "#323544" }));
exports.default = Pizza2;