@braineet/ui
Version:
Braineet design system
26 lines • 1.28 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 Duplicate(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: "M17 5V14C17 14.5523 17.4477 15 18 15C18.5523 15 19 14.5523 19 14V4C19 3.44772 18.5523 3 18 3H11C10.4477 3 10 3.44772 10 4C10 4.55228 10.4477 5 11 5H17Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 6C5.44772 6 5 6.44772 5 7V19C5 19.5523 5.44772 20 6 20H15C15.5523 20 16 19.5523 16 19V7C16 6.44772 15.5523 6 15 6H6ZM7 18V8H14V18H7Z",
fill: "currentColor"
})]
}));
}
export default Duplicate;