@braineet/ui
Version:
Braineet design system
31 lines • 1.83 kB
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";
import { jsxs as _jsxs } from "react/jsx-runtime";
function Share(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("g", {
opacity: 0.6,
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16 18H6V8H12C12.5523 8 13 7.55228 13 7C13 6.44772 12.5523 6 12 6H5C4.44772 6 4 6.44772 4 7V19C4 19.5523 4.44772 20 5 20H17C17.5523 20 18 19.5523 18 19V12C18 11.4477 17.5523 11 17 11C16.4477 11 16 11.4477 16 12V18Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.8787 11.5355L19.5356 5.87868C19.9261 5.48815 19.9261 4.85499 19.5356 4.46446C19.1451 4.07394 18.5119 4.07394 18.1214 4.46446L12.4645 10.1213C12.074 10.5118 12.074 11.145 12.4645 11.5355C12.855 11.9261 13.4882 11.9261 13.8787 11.5355Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17.8285 8C17.8285 8.55228 18.2762 9 18.8285 9C19.3808 9 19.8285 8.55228 19.8285 8L19.8285 5.17157C19.8285 4.61929 19.3808 4.17157 18.8285 4.17157L16.0001 4.17157C15.4478 4.17157 15.0001 4.61929 15.0001 5.17157C15.0001 5.72386 15.4478 6.17157 16.0001 6.17157H17.8285V8Z",
fill: "currentColor"
})]
}));
}
export default Share;