google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 568 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 BorderStyle = createIcon("BorderStyle", [
[
"path",
{
d: "M15 21H17V19H15V21ZM19 21H21V19H19V21ZM7 21H9V19H7V21ZM11 21H13V19H11V21ZM19 17H21V15H19V17ZM19 13H21V11H19V13ZM3 3V21H5V5H21V3H3ZM19 9H21V7H19V9Z",
key: "13eena"
}
]
]);
export { BorderStyle as default };
//# sourceMappingURL=border_style.js.map