@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 442 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var LocalBar = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 5V3H3v2l8 9v5H6v2h12v-2h-5v-5l8-9zM7.43 7L5.66 5h12.69l-1.78 2H7.43z"
})),
name: 'LocalBar'
});
export default LocalBar;