UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 483 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 Start = createIcon("Start", [ [ "path", { d: "M14.59 7.41L18.17 11H6V13H18.17L14.58 16.59L16 18L22 12L16 6L14.59 7.41ZM2 6V18H4V6H2Z", key: "v6m0mc" } ] ]); export { Start as default }; //# sourceMappingURL=start.js.map