@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 445 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var BorderAll = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 3v18h18V3H3zm8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z"
})),
name: 'BorderAll'
});
export default BorderAll;