UNPKG

@semcore/icon

Version:
29 lines 1.49 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 = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Recreation", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M12.511 5c.833 0 1.507-.672 1.507-1.5S13.344 2 12.511 2c-.832 0-1.506.672-1.506 1.5S11.679 5 12.51 5Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.758 4.053a1.208 1.208 0 0 0-2.017.061L.18 13.174C-.312 13.974.266 15 1.207 15h13.585c.959 0 1.534-1.06 1.01-1.857L11.454 6.53a1.209 1.209 0 0 0-1.987-.043l-1.71-2.435ZM13.306 13H7.552l2.764-4.164a1.03 1.03 0 0 0 .025-.038l.102-.154L13.306 13Zm-8.163 0L8.276 8.28l-1.461-2.08L2.64 13h2.503Z", shapeRendering: "geometricPrecision" })); } Recreation.displayName = 'Recreation'; export default createBaseComponent(Recreation);