UNPKG

@semcore/icon

Version:
26 lines 1.39 kB
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 Recreation({ 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" })); } Recreation.displayName = 'Recreation'; export default createBaseComponent(Recreation);