UNPKG

@semcore/icon

Version:
29 lines 1.6 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 Restaurant({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Restaurant", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M3 10V3a1 1 0 0 1 2 0v7h2V3a1 1 0 0 1 2 0v7h2V3a1 1 0 1 1 2 0v7c0 .161-.01.272-.031.353A2 2 0 0 1 11 12H9v9a1 1 0 1 1-2 0v-9H5a2 2 0 0 1-1.969-1.647A1.487 1.487 0 0 1 3 10Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.094 3.345A4.143 4.143 0 0 1 19 2.003V2h.006l.057.001a4.288 4.288 0 0 1 .193.002A1.846 1.846 0 0 1 21 3.846V21a1 1 0 1 1-2 0v-7.003a4.142 4.142 0 0 1-2.906-1.342A4.139 4.139 0 0 1 15 9.846V6.154a4.14 4.14 0 0 1 1.094-2.81Zm1.503 1.32A2.148 2.148 0 0 1 19 4.006v7.99a2.154 2.154 0 0 1-2-2.149V6.154a2.148 2.148 0 0 1 .597-1.488Z", shapeRendering: "geometricPrecision" })); } Restaurant.displayName = 'Restaurant'; export default createBaseComponent(Restaurant);