UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 489 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 Tag = createIcon("Tag", [ [ "path", { d: "M20 10V8H16V4H14V8H10V4H8V8H4V10H8V14H4V16H8V20H10V16H14V20H16V16H20V14H16V10H20ZM14 14H10V10H14V14Z", key: "37lvwn" } ] ]); export { Tag as default }; //# sourceMappingURL=tag.js.map