@cpmech/iricons
Version:
Ion React Icons
33 lines (32 loc) • 2.61 kB
JavaScript
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
exports.__esModule = true;
exports.IconPizzaSharp = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var IconPizzaSharp = function (_a) {
var _b = _a.size, size = _b === void 0 ? '24px' : _b, style = _a.style;
return ((0, jsx_runtime_1.jsx)("div", __assign({ style: __assign(__assign({ display: 'inline-flex', alignItems: 'center', justifyContent: 'center' }, style), { height: size, width: size }) }, { children: (0, jsx_runtime_1.jsx)("div", __assign({ style: {
position: 'relative',
height: 0,
width: '100%',
padding: 0,
paddingBottom: '100%'
} }, { children: (0, jsx_runtime_1.jsxs)("svg", __assign({ style: {
position: 'absolute',
height: '100%',
width: '100%',
left: 0,
top: 0
}, viewBox: "0 0 512 512", xmlns: "http://www.w3.org/2000/svg" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M442.3 67.82C383.92 44.72 317.78 32 256 32c-63.57 0-129.8 12.51-186.56 35.25C49.18 75.48 42 80 42 80l22 44 37.53-16.14C147.58 89.53 199.19 80 256.51 80c57.49 0 108.09 9.23 154.75 28.25L448 124l22-44s-7-4-27.7-12.18z", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "320.48", cy: "207.99", rx: "31.97", ry: "32.03", transform: "rotate(-44.98 320.503 207.996)", fill: "none" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "192.48", cy: "191.99", rx: "31.97", ry: "32.03", transform: "rotate(-44.98 192.49 191.992)", fill: "none" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "256.48", cy: "319.99", rx: "31.97", ry: "32.03", transform: "rotate(-44.98 256.505 320)", fill: "none" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M409.66 140.85C364.15 122.52 308.16 112 256 112a425 425 0 00-153.7 28.9c-.25.1-9.24 4.23-19 8.71 7.46 16.22 18 39.16 22.2 48.33L256 480l173.74-330.84-19.92-8.24zm-185.25 53.22a32 32 0 11-34-34 32.12 32.12 0 0134 34zm64 128a32 32 0 11-34-34 32.12 32.12 0 0134 34zm64-112a32 32 0 11-34-34 32.12 32.12 0 0134 34z", fill: "currentColor" }, void 0)] }), void 0) }), void 0) }), void 0));
};
exports.IconPizzaSharp = IconPizzaSharp;