UNPKG

@comfortdelgro/compass-icons

Version:
29 lines (27 loc) 1.71 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagDuotone = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("g", { clipPath: "url(#clip0_805_63169)" }, /*#__PURE__*/ React.createElement("path", { d: "M6.66671 5.33337C5.92712 5.33337 5.33337 5.92712 5.33337 6.66671V26C5.33337 26.3667 5.63546 26.6667 6.00004 26.6667H7.33337C7.69796 26.6667 8.00004 26.3667 8.00004 26V6.66671C8.00004 5.92712 7.40629 5.33337 6.66671 5.33337Z" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.4, d: "M26.6667 6.61379V19.1721C26.6667 19.6825 26.3356 20.1617 25.8071 20.37C23.9759 21.0834 22.4717 21.3321 21.1779 21.3321C18.11 21.3321 15.9738 20.008 12.9029 20.008C11.5292 20.008 9.94836 20.302 8.03628 21.0709V6.66671C8.03628 6.55442 7.99868 6.45479 7.9729 6.35062C9.98707 5.63354 11.8391 5.34604 13.0854 5.34604C15.9633 5.34637 17.4146 6.67396 19.9146 6.67396C21.0929 6.67396 22.5037 6.37879 24.4062 5.50979C24.6375 5.38962 24.9125 5.33337 25.1792 5.33337C25.9709 5.33337 26.6667 5.79587 26.6667 6.61379Z" })), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", { id: "clip0_805_63169" }, /*#__PURE__*/ React.createElement("rect", { width: 21.3333, height: 21.3333, fill: "white", transform: "translate(5.33337 5.33337)" }))))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagDuotone); export default ForwardRef;