UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagFMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagFMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6901)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#338AF3" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.6907 9.08975L16 6.95642L15.3102 9.06664H13.0747L14.8827 10.3804L14.192 12.5138L16 11.2L17.8089 12.5369L17.1182 10.4035L18.9262 9.08975H16.6907ZM9.08978 15.3093L6.95645 16L9.06667 16.6898V18.9253L10.3805 17.1173L12.5138 17.808L11.2 16L12.5369 14.184L10.4036 14.8746L9.08978 13.0666V15.3093ZM16 25.0435L15.3093 22.9102H13.0667L14.8747 21.5964L14.184 19.4631L16 20.8L17.808 19.4862L17.1173 21.6195L18.9253 22.9333H16.6898L16 25.0435ZM22.9102 16.6906L25.0436 16L22.9333 15.3102V13.0746L21.6196 14.8826L19.4862 14.192L20.8 16L19.4631 17.8089L21.5965 17.1182L22.9102 18.9262V16.6906Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6901" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagFMIcon.displayName = 'FlagFMIcon';