alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
19 lines (17 loc) • 644 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/ui/icons/IcRoundHdrStrong.tsx
import { jsx } from "react/jsx-runtime";
function IcRoundHdrStrong(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M17 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6zM5 8c-2.21 0-4 1.79-4 4s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4zm0 6c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2z"
}
) });
}
var IcRoundHdrStrong_default = IcRoundHdrStrong;
export {
IcRoundHdrStrong,
IcRoundHdrStrong_default as default
};