UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 408 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 SpaceBar = createIcon("SpaceBar", [ ["path", { d: "M18 9V13H6V9H4V15H20V9H18Z", key: "ny3uek" }] ]); export { SpaceBar as default }; //# sourceMappingURL=space_bar.js.map