UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 2.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBnIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBnIcon = (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(#FlagBnIcon__a)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 31.997c8.835 0 15.997-7.162 15.997-15.997S24.835.003 16 .003.003 7.165.003 16 7.165 31.997 16 31.997" }), react_1.default.createElement("path", { fill: "#3D3D3D", d: "M2.146 8a16 16 0 0 0-1.61 3.89l26.753 15.447a16 16 0 0 0 2.563-3.339z" }), react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M4.71 4.661C9.704-.319 17.597-1.55 23.997 2.146c6.402 3.694 9.282 11.146 7.465 17.96zm22.579 22.677C22.293 32.318 14.4 33.549 8 29.853 1.6 26.158-1.28 18.707.536 11.891z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#D80027", d: "M20.52 14.26a4.52 4.52 0 1 1-9.042 0c-.001-.75.186-1.49.543-2.15a5.564 5.564 0 1 0 7.956 0c.355.64.542 1.373.542 2.151z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M14.956 9.044h2.087v10.433h-2.087z" }), react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M12.522 11.13h6.945c0 .48-.41.87-.89.87h.02a.87.87 0 0 1-.869.87.87.87 0 0 1-.87.869H15.12a.87.87 0 0 1-.87-.87.87.87 0 0 1-.869-.869h.03c-.471 0-.89-.39-.89-.87m8.338 9.043h-9.738l.009 2.087h9.729z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M13.904 20.868H9.731v2.087h4.173zm8.356 0h-4.174v2.087h4.174z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagBnIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagBnIcon.displayName = 'FlagBnIcon';