@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.07 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialFlag2W100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Flag2W100Filled', short_name: 'Flag2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280-464v318q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-612q0-12.75 8.63-21.38Q269.25-788 282-788h456q8 0 14.93 3.85 6.92 3.84 11 10Q768-768 768.5-760t-3.76 16.13L703-626l61.74 117.87Q769-500 768.5-492q-.5 8-4.57 14.15-4.08 6.16-11 10Q746-464 738-464H280Z" }) })));
});
IconMaterialFlag2W100Filled.displayName = 'OnesyIconMaterialFlag2W100Filled';
exports.default = IconMaterialFlag2W100Filled;
;