UNPKG

@theguild/components

Version:
6 lines (5 loc) 1 kB
import { jsx } from "react/jsx-runtime"; const SvgHeltin = (props) => /* @__PURE__ */ jsx("svg", { fill: "#1d90ff", viewBox: "0 0 95.25 123.77", ...props, children: /* @__PURE__ */ jsx("path", { d: "m60.36,75.16c2.1,2.47,3.58,5.32,4.03,8.53.3,2.12.22,3.23.37,5.39.04.63.18,1.29.43,1.84l3.9,7.55c.39.76-.16,1.67-1.02,1.67h-.84c-1.55,0-2.49.4-2.49,1.93l-.03,9.17c0,.57-.52,1.01-1.09.9-2.88-.58-6.98-1.76-9.46-2.16-1.67-.28-3.26-.04-3.26,1.67.01.88,0,3.96,0,7.42,0,2.59,2.09,4.68,4.68,4.68h34.61c2.01,0,4.73-2.13,4.73-4.26,0-20.99,3.21-45.48-10.29-63.3-5.52-7.29-15.81-12.3-24.82-13.98-8.09-1.51-15.8.42-23.52,2.47-2.42.64-4.8-1.19-4.8-3.7V3.72c0-2.06-1.67-3.72-3.72-3.72H4.03C1.8,0,0,1.8,0,4.03v115.78c0,2.18,1.78,3.96,3.96,3.96h25.69c2.58,0,4.68-2.09,4.67-4.68,0-4.81-.01-9.72,0-11.24.02-2.98-2.01-6.28-3.85-8.6-3.02-3.77-4.83-8.04-4.54-13.34.12-2.3.71-4.57,1.69-6.66,1.9-4.02,4.89-7,8.99-8.89,3.7-1.71,9.67-2.12,13.65-1.26,4.05.86,7.42,2.9,10.11,6.04Z" }) }); export { SvgHeltin as ReactComponent };