UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBwIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBwIcon = (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(#FlagBwIcon__a)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M.756 11.13A16 16 0 0 0 0 16c0 1.698.267 3.333.756 4.87L16 21.563l15.244-.696a16.07 16.07 0 0 0 0-9.738L16 10.436z" }), react_1.default.createElement("path", { fill: "#3D3D3D", d: "M32 16c0-.95-.084-1.88-.242-2.782H.242a16.1 16.1 0 0 0 0 5.564h31.516c.161-.918.242-1.85.242-2.782" }), react_1.default.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M.756 11.13C2.816 4.677 8.862 0 16 0s13.184 4.676 15.244 11.13zm30.488 9.74C29.184 27.323 23.138 32 16 32S2.816 27.324.756 20.87z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagBwIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagBwIcon.displayName = 'FlagBwIcon';