UNPKG

@semcore/icon

Version:
27 lines 1.38 kB
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 RootRecreation({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Recreation", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.002 6c0 1.657-1.344 3-3.002 3a3.001 3.001 0 1 1 3.002-3Zm-2.001 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11.472 7.482A1.201 1.201 0 0 0 9.5 7.53L1.2 20.14A1.2 1.2 0 0 0 2.203 22h19.594a1.2 1.2 0 0 0 1.006-1.855l-6.265-9.602a1.201 1.201 0 0 0-2.007-.006l-.39.59-2.669-3.645ZM20.319 20h-9.647l4.333-6.553a.999.999 0 0 0 .026-.038l.497-.752L20.319 20ZM8.272 20l4.692-7.094-2.426-3.313L3.688 20h4.584Z", shapeRendering: "geometricPrecision" })); } RootRecreation.displayName = 'Recreation'; const Recreation = createBaseComponent(RootRecreation); export { Recreation as default };