UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.35 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagHkIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagHkIcon__a)" }, React.createElement("path", { fill: "#D80027", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#F0F0F0", d: "M17.652 12.104c-.364 1.513-1.01 1.224-1.327 2.543a3.478 3.478 0 0 1 1.626-6.764c-.634 2.638.026 2.869-.3 4.221M12.805 13.225c1.327.813.853 1.338 2.009 2.048a3.478 3.478 0 0 1-5.93-3.637c2.312 1.418 2.735.862 3.921 1.589M12.374 18.18c1.183-1.01 1.536-.396 2.568-1.277A3.478 3.478 0 0 1 9.65 21.42c2.063-1.762 1.664-2.336 2.723-3.24M16.953 20.123c-.595-1.437.098-1.584-.421-2.837a3.478 3.478 0 0 1 2.66 6.427c-1.037-2.506-1.707-2.305-2.239-3.59M20.216 16.367c-1.551.122-1.477-.582-2.829-.476a3.479 3.479 0 0 1 6.935-.543c-2.704.212-2.72.91-4.106 1.02" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagHkIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagHkIcon.displayName = 'FlagHkIcon';