@icongo/li
Version:
LibreICONS Icons
24 lines • 872 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 LILicenseCopyleft = 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: "M19.3 28.1c.3 1.3.2 4.1 4.6 4.1.9 0 4.8.2 4.7-7.2v-1.6c0-6.7-3.2-7.2-4.8-7.2-2.3 0-4.2.6-4.5 4.3h-4.8c.1-1.2.8-8.2 9.3-8.2 4.2 0 9.7 2.5 9.7 11.2V25c0 9.6-6.5 11.2-9.6 11.2-3.7 0-8.7-1.6-9.3-8.1h4.7z"
})]
})
}));
export { LILicenseCopyleft };