UNPKG

infinity-forge

Version:
9 lines 795 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconFlag = IconFlag; var jsx_runtime_1 = require("react/jsx-runtime"); function IconFlag(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '32', height: '32', viewBox: '0 0 32 32', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M16.5093 4C17.0143 4 17.476 4.28533 17.7019 4.73705L18.6667 6.66667H26.6667C27.4031 6.66667 28 7.26363 28 8V22.6667C28 23.4031 27.4031 24 26.6667 24H18.1573C17.6524 24 17.1907 23.7147 16.9648 23.2629L16 21.3333H6.66667V29.3333H4V4H16.5093ZM15.6852 6.66667H6.66667V18.6667H17.6481L18.9815 21.3333H25.3333V9.33333H17.0185L15.6852 6.66667Z', fill: color }) })); } //# sourceMappingURL=icon-flag.js.map