@patreon/studio
Version:
Patreon Studio Design System
8 lines • 848 B
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowSe = withIcon(function IconArrowSe(props) {
return (<svg data-tag="IconArrowSe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path d="M15.362 13.24c.293.293.577.382.788.295.212-.088.35-.352.35-.766V7.5c0-.598.076-.973.301-1.199.226-.225.6-.301 1.199-.301.598 0 .973.076 1.199.301.225.226.301.6.301 1.199V18c0 .598-.076.973-.301 1.199-.226.225-.6.301-1.2.301H7.5c-.598 0-.973-.076-1.199-.301-.225-.226-.3-.6-.3-1.199 0-.598.075-.973.3-1.199.226-.225.6-.301 1.2-.301h5.268c.414 0 .678-.138.766-.35.087-.21-.002-.495-.294-.788l-3.678-3.677-3.677-3.678c-.424-.424-.636-.742-.636-1.06 0-.319.212-.637.636-1.06.424-.425.742-.637 1.06-.637.319 0 .637.212 1.061.636l3.678 3.677z"/>
</svg>);
});
//# sourceMappingURL=ArrowSe.jsx.map