@cpmech/iricons
Version:
Ion React Icons
33 lines (32 loc) • 2.33 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.IconPawSharp = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var IconPawSharp = 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.8 361.82c-8.8-25.1-29.31-37.82-49.11-50.12-17.23-10.71-33.5-20.83-44.14-39-29.33-50.33-45.44-80.7-93.49-80.7s-64.21 30.38-93.61 80.69c-10.65 18.21-27 28.35-44.25 39.08-19.8 12.31-40.27 25-49.1 50.05a78.06 78.06 0 00-5.1 28.29C64 430.85 96.45 464 132.4 464s83.31-18.13 123.76-18.13S343.31 464 379.71 464 448 430.85 448 390.11a78.3 78.3 0 00-5.2-28.29z", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "72", cy: "216", rx: "56", ry: "72", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "184", cy: "120", rx: "56", ry: "72", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "328", cy: "120", rx: "56", ry: "72", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("ellipse", { cx: "440", cy: "216", rx: "56", ry: "72", fill: "currentColor" }, void 0)] }), void 0) }), void 0) }), void 0));
};
exports.IconPawSharp = IconPawSharp;