@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 491 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var LocalCafe = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0V0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 3H4v10c0 2.21 1.79 4 4 4h6c2.21 0 4-1.79 4-4v-3h2c1.11 0 2-.9 2-2V5c0-1.11-.89-2-2-2zm0 5h-2V5h2v3zM4 19h16v2H4z"
})),
name: 'LocalCafe'
});
export default LocalCafe;