@braineet/ui
Version:
Braineet design system
29 lines • 2.02 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 Dev(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
opacity: 0.6,
children: [/*#__PURE__*/_jsx("path", {
d: "M8.3643 16.9497C8.75482 16.5591 8.75482 15.926 8.3643 15.5354L4.82876 11.9999L8.3643 8.46437C8.75482 8.07385 8.75482 7.44068 8.3643 7.05016C7.97377 6.65963 7.34061 6.65963 6.95008 7.05016L2.70744 11.2928C2.31692 11.6833 2.31692 12.3165 2.70744 12.707L6.95008 16.9497C7.34061 17.3402 7.97377 17.3402 8.3643 16.9497Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
d: "M15.5354 16.9497C15.1449 16.5592 15.1449 15.926 15.5354 15.5355L19.778 11.2929C20.1685 10.9023 20.8017 10.9023 21.1922 11.2929C21.5828 11.6834 21.5828 12.3166 21.1922 12.7071L16.9496 16.9497C16.5591 17.3402 15.9259 17.3402 15.5354 16.9497Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
d: "M15.5354 8.46444C15.1449 8.07392 15.1449 7.44075 15.5354 7.05023C15.9259 6.6597 16.5591 6.6597 16.9496 7.05023L21.1922 11.2929C21.5828 11.6834 21.5828 12.3166 21.1922 12.7071C20.8017 13.0976 20.1685 13.0976 19.778 12.7071L15.5354 8.46444Z",
fill: "currentColor"
})]
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.9703 16.2425L13.9703 8.24254C14.1042 7.70674 13.7785 7.16381 13.2427 7.02986C12.7069 6.89591 12.1639 7.22167 12.03 7.75746L10.03 15.7575C9.89603 16.2933 10.2218 16.8362 10.7576 16.9701C11.2934 17.1041 11.8363 16.7783 11.9703 16.2425Z",
fill: "currentColor"
})]
}));
}
export default Dev;