google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 543 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const BorderOuter = createIcon("BorderOuter", [
[
"path",
{
d: "M13 7H11V9H13V7ZM13 11H11V13H13V11ZM17 11H15V13H17V11ZM3 3V21H21V3H3ZM19 19H5V5H19V19ZM13 15H11V17H13V15ZM9 11H7V13H9V11Z",
key: "svlcfx"
}
]
]);
export { BorderOuter as default };
//# sourceMappingURL=border_outer.js.map