@icongo/li
Version:
LibreICONS Icons
18 lines • 863 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 LIGuiSuperscript = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "red",
d: "M9.39 2.78c.419-.381.884-.558 1.284-.558.66 0 1.005.289 1.005.903 0 .493-.354 1.023-1.024 1.712L9.01 6.51v.958h3.917V6.427H10.48l1.116-1.05C12.48 4.547 13 3.812 13 2.956c0-.949-.642-1.777-2.093-1.777a2.61 2.61 0 0 0-1.573.493L9.39 2.78"
}), /*#__PURE__*/_jsx("path", {
d: "m5.19 9.09 2.414-3.817H5.925l-1.59 2.742-1.426-2.742H1.176L3.401 8.99 1 12.82h1.656l1.57-2.732L5.75 12.82h1.755L5.19 9.09"
})]
}));
export { LIGuiSuperscript };