@semcore/icon
Version:
Semrush Icon Component
36 lines • 1.88 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../lib/esm/index.mjs';
function RootAdult({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Adult",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c1.618 0 3.146.384 4.498 1.066a4.02 4.02 0 0 1 1.442-1.495C16.188.57 14.16 0 12 0 5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12c0-1.593-.31-3.113-.874-4.504a4.01 4.01 0 0 1-1.674 1.232A9.986 9.986 0 0 1 22 12Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.71 6.295A.997.997 0 0 1 9 7v10a1 1 0 1 1-2 0V9.414l-.293.293a1 1 0 0 1-1.414-1.414l2-2a.997.997 0 0 1 1.412-.002l.004.004Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M18 9c0 .675-.223 1.299-.6 1.8a4 4 0 1 1-4.8 0A3 3 0 1 1 18 9Zm-4 0a1 1 0 1 0 2 0 1 1 0 0 0-2 0Zm-1 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 8a1 1 0 0 1-1-1V6h-1a1 1 0 1 1 0-2h1V3a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 0 1-1 1Z",
shapeRendering: "geometricPrecision"
}));
}
RootAdult.displayName = 'Adult';
const Adult = createBaseComponent(RootAdult);
export { Adult as default };