UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 875 B
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 ExpandField(props) { return /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 20C22 21.1046 21.1046 22 20 22H12.4142C11.5233 22 11.0771 20.9229 11.7071 20.2929L20.2929 11.7071C20.9229 11.0771 22 11.5233 22 12.4142V20Z", fill: "currentColor" }) })); } export default ExpandField;