UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 550 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 OutlinedFlag = createIcon("OutlinedFlag", [ [ "path", { d: "M13.5 5.5L12.5 3.5H4.5V20.5H6.5V13.5H11.5L12.5 15.5H19.5V5.5H13.5ZM17.5 13.5H13.5L12.5 11.5H6.5V5.5H11.5L12.5 7.5H17.5V13.5Z", key: "1qwm6q" } ] ]); export { OutlinedFlag as default }; //# sourceMappingURL=outlined_flag.js.map