@sky-mavis/tanto-widget
Version:
Tanto Widget
21 lines (17 loc) • 1.45 kB
JavaScript
;
var jsxRuntime = require('@emotion/react/jsx-runtime');
function ArrowLeftIcon(props) {
return jsxRuntime.jsx("svg", {
width: "16",
height: "14",
viewBox: "0 0 16 14",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...props,
children: jsxRuntime.jsx("path", {
d: "M6.75 0.749512C6.91573 0.749512 7.07513 0.815021 7.19238 0.932129C7.3096 1.04935 7.37592 1.20874 7.37598 1.37451C7.37598 1.54036 7.30966 1.69962 7.19238 1.81689L2.63379 6.37451H14.875C15.0408 6.37451 15.2002 6.4409 15.3174 6.55811C15.4344 6.67524 15.4999 6.83394 15.5 6.99951C15.5 7.16527 15.4346 7.32468 15.3174 7.44189C15.2002 7.55908 15.0407 7.62451 14.875 7.62451H2.63379L7.19238 12.1821C7.25042 12.2402 7.2967 12.3094 7.32812 12.3853C7.35952 12.4611 7.37595 12.5425 7.37598 12.6245C7.37598 12.7065 7.35948 12.788 7.32812 12.8638C7.2967 12.9396 7.25045 13.0088 7.19238 13.0669C7.13432 13.1249 7.06511 13.1712 6.98926 13.2026C6.91349 13.234 6.83199 13.2505 6.75 13.2505C6.66798 13.2504 6.58652 13.234 6.51074 13.2026C6.43503 13.1713 6.36657 13.1248 6.30859 13.0669L0.683594 7.44189C0.625483 7.38385 0.579304 7.31464 0.547852 7.23877C0.516433 7.16293 0.5 7.0816 0.5 6.99951C0.50003 6.91746 0.516428 6.83606 0.547852 6.76025C0.579302 6.68449 0.625552 6.61511 0.683594 6.55713L6.30859 0.932129C6.42575 0.815207 6.58447 0.749593 6.75 0.749512Z",
fill: "currentColor"
})
});
}
exports.ArrowLeftIcon = ArrowLeftIcon;