@cpmech/iricons
Version:
Ion React Icons
33 lines (32 loc) • 2.01 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.IconPeopleSharp = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var IconPeopleSharp = 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)("circle", { cx: "152", cy: "184", r: "72", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M234 296c-28.16-14.3-59.24-20-82-20-44.58 0-136 27.34-136 82v42h150v-16.07c0-19 8-38.05 22-53.93 11.17-12.68 26.81-24.45 46-34z", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M340 288c-52.07 0-156 32.16-156 96v48h312v-48c0-63.84-103.93-96-156-96z", fill: "currentColor" }, void 0), (0, jsx_runtime_1.jsx)("circle", { cx: "340", cy: "168", r: "88", fill: "currentColor" }, void 0)] }), void 0) }), void 0) }), void 0));
};
exports.IconPeopleSharp = IconPeopleSharp;