@semcore/icon
Version:
Semrush Icon Component
35 lines • 1.89 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '@semcore/icon';
function Adult({
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"
}));
}
Adult.displayName = 'Adult';
export default createBaseComponent(Adult);