@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.46 kB
JavaScript
"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({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagFmIcon__a)" },
react_1.default.createElement("path", { fill: "#338AF3", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "M16.69 9.09 16 6.956l-.69 2.11h-2.235l1.808 1.314-.691 2.134L16 11.2l1.809 1.337-.69-2.134 1.807-1.313zm-7.6 6.22L6.956 16l2.11.69v2.235l1.314-1.808 2.134.691L11.2 16l1.337-1.816-2.133.69-1.314-1.807zM16 25.043l-.69-2.134h-2.243l1.808-1.314-.691-2.133L16 20.8l1.808-1.314-.69 2.133 1.807 1.314H16.69zm6.91-8.353L25.044 16l-2.11-.69v-2.235l-1.314 1.808-2.134-.691L20.8 16l-1.337 1.809 2.133-.69 1.314 1.807z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagFmIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagFmIcon.displayName = 'FlagFmIcon';