UNPKG

1.52 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var ArrowsAlt = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M9.16274989,10.7621754 C9.4384197,11.03322 9.44216913,11.4764196 9.17112449,11.7520894 L2.43398031,18.6058592 L6.7,18.6048592 C7.08659932,18.6048592 7.4,18.9182599 7.4,19.3048592 C7.4,19.6914586 7.08659932,20.0048592 6.7,20.0048592 L0.7,20.0048592 C0.313400675,20.0048592 3.01980663e-14,19.6914586 3.01980663e-14,19.3048592 L3.01980663e-14,13.3048592 C3.01980663e-14,12.9182599 0.313400675,12.6048592 0.7,12.6048592 C1.08659932,12.6048592 1.4,12.9182599 1.4,13.3048592 L1.40098031,17.6588592 L8.17283582,10.77055 C8.44388047,10.4948802 8.88708009,10.4911307 9.16274989,10.7621754 Z M19.3018964,0 C19.6884957,0 20.0018964,0.313400675 20.0018964,0.7 L20.0018964,6.7 C20.0018964,7.08659932 19.6884957,7.4 19.3018964,7.4 C18.9152971,7.4 18.6018964,7.08659932 18.6018964,6.7 L18.6009161,2.346 L11.8290606,9.23430929 C11.5580159,9.50997909 11.1148163,9.51372852 10.8391465,9.24268388 C10.5634767,8.97163924 10.5597273,8.52843961 10.8307719,8.25276981 L17.5679161,1.399 L13.3018964,1.4 C12.9152971,1.4 12.6018964,1.08659932 12.6018964,0.7 C12.6018964,0.313400675 12.9152971,0 13.3018964,0 L19.3018964,0 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file