UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 501 B
/** * @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 BorderAll = createIcon("BorderAll", [ [ "path", { d: "M3 3V21H21V3H3ZM11 19H5V13H11V19ZM11 11H5V5H11V11ZM19 19H13V13H19V19ZM19 11H13V5H19V11Z", key: "1v0nps" } ] ]); export { BorderAll as default }; //# sourceMappingURL=border_all.js.map