UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 551 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 Signpost = createIcon("Signpost", [ [ "path", { d: "M13 10H18L21 7L18 4H13V2H11V4H4V10H11V12H6L3 15L6 18H11V22H13V18H20V12H13V10ZM6 6H17.17L18.17 7L17.17 8H6V6ZM18 16H6.83L5.83 15L6.83 14H18V16Z", key: "pdyaru" } ] ]); export { Signpost as default }; //# sourceMappingURL=signpost.js.map