UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.08 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BrKoronaMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M4.144 21H19.84v-1.844H4.144zM11.97 2l2.099 2.054-2.1 2.05-2.055-2.049z" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.505 6.821a16.6 16.6 0 0 1 10.48 4.127l-3.092 7.395h-2.005l2.875-6.797a15 15 0 0 0-.781-.537l-2.766 6.743s-.236.594-.893.591c-.788-.003-3.818 0-3.818 0zm1.844 9.879s.783.007.979 0c0 0 .293.012.446-.294l2.602-6.292a14.7 14.7 0 0 0-4.027-1.256zM11.48 6.821A16.6 16.6 0 0 0 1 10.948l3.091 7.395h2.005l-2.874-6.797q.38-.28.78-.537l2.766 6.743s.235.594.893.591c.789-.003 3.819 0 3.819 0zM9.635 16.7s-.784.007-.978 0c0 0-.294.012-.446-.294l-2.603-6.292a14.7 14.7 0 0 1 4.027-1.256z", clipRule: "evenodd" }))); }); BrKoronaMIcon.displayName = 'BrKoronaMIcon';