google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 521 B
JavaScript
/**
* @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 Flag = createIcon("Flag", [
[
"path",
{
d: "M11.86 5.5L12.26 7.5H17.5V13.5H14.14L13.74 11.5H6.5V5.5H11.86ZM13.5 3.5H4.5V20.5H6.5V13.5H12.1L12.5 15.5H19.5V5.5H13.9L13.5 3.5Z",
key: "lnde8t"
}
]
]);
export { Flag as default };
//# sourceMappingURL=flag.js.map