@braineet/ui
Version:
Braineet design system
29 lines • 2.07 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function Publish(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
width: "24",
height: "24",
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, props, {
children: [/*#__PURE__*/_jsx("g", {
opacity: "0.6",
children: /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M8 8C5.79086 8 4 9.79086 4 12C4 13.7247 5.09157 15.1945 6.62155 15.7561C6.91405 15.8635 7.23513 15.7649 7.45546 15.5445L8.29289 14.7071C8.55383 14.4462 8.36902 14 8 14C6.89543 14 6 13.1046 6 12C6 10.8954 6.89543 10 8 10C8.24698 10 8.4863 10.0443 8.71075 10.1297C9.303 10.3549 9.95275 9.9796 10.0535 9.35403C10.363 7.43289 12.0308 6 14 6C16.2091 6 18 7.79086 18 10C18 11.3306 17.3503 12.5094 16.3509 13.2366C15.7857 13.6478 15.5406 14.5406 16.0348 15.0348C16.2965 15.2965 16.6964 15.3742 17.0162 15.1879C18.8007 14.1482 20 12.2142 20 10C20 6.68629 17.3137 4 14 4C11.5235 4 9.36545 5.50977 8.45801 7.69834C8.38183 7.88208 8.1989 8 8 8Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
d: "M11 20L11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14L13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
d: "M10.7071 16.7071C10.3166 17.0976 9.68342 17.0976 9.29289 16.7071C8.90237 16.3166 8.90237 15.6834 9.29289 15.2929L11.2929 13.2929C11.6834 12.9024 12.3166 12.9024 12.7071 13.2929L14.7071 15.2929C15.0976 15.6834 15.0976 16.3166 14.7071 16.7071C14.3166 17.0976 13.6834 17.0976 13.2929 16.7071L12 15.4142L10.7071 16.7071Z",
fill: "currentColor"
})]
}));
}
export default Publish;