UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.63 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBtIcon = 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(#FlagBtIcon__a)" }, React.createElement("path", { fill: "#EFB22D", d: "M4.686 27.314c-6.249-6.25-6.249-16.379 0-22.628 6.25-6.249 16.379-6.249 22.628 0 0 .002 4.249 14.379-2 20.627-6.25 6.248-20.622 2.004-20.627 2" }), React.createElement("path", { fill: "#E23D28", d: "M4.686 27.314c6.25 6.249 16.379 6.249 22.628 0 6.249-6.25 6.249-16.379 0-22.628z" }), React.createElement("path", { fill: "#fff", d: "M25.05 9.044V6.26h-5.333l-.407.407c-1.449 1.45-1.205 3.14-1.027 4.374.165 1.145.185 1.584-.24 2.009s-.865.406-2.01.24c-1.235-.178-2.924-.422-4.373 1.027-1.448 1.45-1.205 3.14-1.027 4.374.165 1.145.185 1.584-.24 2.009s-.865.406-2.009.24L6.98 20.8l-.03 2.782c.308.004.66.054 1.033.109.442.064.942.136 1.469.136.545 0 1.12-.079 1.687-.323v2.227h4.174v-2.078h-2.087v-1.39h1.39v-2.088h-1.11c.053-.675-.04-1.322-.12-1.867-.165-1.144-.185-1.584.24-2.008.425-.425.865-.407 2.009-.24.9.13 2.04.293 3.155-.187V18.1h4.175V16h-2.088v-1.391h1.392v-2.087h-1.113c.053-.676-.04-1.322-.12-1.876-.116-.8-.16-1.255-.032-1.602h4.047" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagBtIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagBtIcon.displayName = 'FlagBtIcon';