@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
37 lines • 1.2 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FontBgColorSvg = function FontBgColorSvg() {
return /*#__PURE__*/_jsxs("svg", {
fill: "none",
height: "20",
viewBox: "0 0 48 48",
width: "20",
xmlns: "http://www.w3.org/2000/svg",
children: [/*#__PURE__*/_jsx("path", {
d: "M0 0h48v48H0z",
fill: "#fff",
fillOpacity: ".01"
}), /*#__PURE__*/_jsx("path", {
clipRule: "evenodd",
d: "M37 37a4 4 0 0 0 4-4c0-1.473-1.333-3.473-4-6-2.667 2.527-4 4.527-4 6a4 4 0 0 0 4 4Z",
fill: "currentColor",
fillRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
d: "m20.854 5.504 3.535 3.536",
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: "4"
}), /*#__PURE__*/_jsx("path", {
d: "M23.682 8.333 8.125 23.889 19.44 35.203l15.556-15.557L23.682 8.333Z",
stroke: "currentColor",
strokeLinejoin: "round",
strokeWidth: "4"
}), /*#__PURE__*/_jsx("path", {
d: "m12 20.073 16.961 5.577M4 43h40",
stroke: "currentColor",
strokeLinecap: "round",
strokeWidth: "4"
})]
});
};
export default FontBgColorSvg;