@braineet/ui
Version:
Braineet design system
17 lines • 911 B
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
function DropRigh(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M15.2282 10.4815C16.1594 11.2797 16.1594 12.7203 15.2283 13.5185L11.6508 16.585C11.0021 17.141 10 16.6801 10 15.8257L10 8.17427C10 7.31991 11.0021 6.859 11.6508 7.41502L15.2282 10.4815Z",
fill: "currentColor"
})
}));
}
export default DropRigh;