@icongo/li
Version:
LibreICONS Icons
24 lines • 884 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LILicenseCopyright = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(.143 .143) scale(.28571)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 21,
fill: "#9c27b0"
}), /*#__PURE__*/_jsx("path", {
fill: "#e1bee7",
d: "M33.5 28.1c-.6 6.4-5.6 8.1-9.3 8.1-3.1 0-9.6-1.6-9.6-11.2v-1.5c0-8.7 5.5-11.2 9.7-11.2 8.5 0 9.2 7 9.3 8.2h-4.8c-.3-3.6-2.2-4.3-4.5-4.3-1.6 0-4.8.5-4.8 7.2V25c-.1 7.5 3.8 7.2 4.7 7.2 4.3 0 4.3-2.9 4.6-4.1h4.7z"
})]
})
}));
export { LILicenseCopyright };