@braineet/ui
Version:
Braineet design system
17 lines • 903 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 Drop(props) {
return /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.5185 15.2282C12.7203 16.1594 11.2797 16.1594 10.4815 15.2283L7.41502 11.6508C6.859 11.0021 7.31991 10 8.17427 10L15.8257 10C16.6801 10 17.141 11.0021 16.585 11.6508L13.5185 15.2282Z",
fill: "currentColor"
})
}));
}
export default Drop;