@braineet/ui
Version:
Braineet design system
26 lines • 1.22 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 Print(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: "M9 14H15V22H9V14Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 5C6 4.44772 6.44772 4 7 4H17C17.5523 4 18 4.44772 18 5V8H19C19.5523 8 20 8.44772 20 9V17C20 17.5523 19.5523 18 19 18H16V16H18V10H17H7H6V16H8V18H5C4.44772 18 4 17.5523 4 17V9C4 8.44772 4.44772 8 5 8H6V5ZM8 8H16V6H8V8Z",
fill: "currentColor"
})]
}));
}
export default Print;