@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.59 kB
JavaScript
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 RootRestaurant({
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"
}));
}
RootRestaurant.displayName = 'Restaurant';
const Restaurant = createBaseComponent(RootRestaurant);
export { Restaurant as default };