@braineet/ui
Version:
Braineet design system
26 lines • 1.42 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 Media(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: "M5 16H15C15.72 16 16 15.72 16 15V5C16 4.28 15.72 4 15 4H5C4.28 4 4 4.28 4 5V15C4 15.72 4.28 16 5 16ZM14 14H6V6H14V14Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M18 18H9C8.44772 18 8 18.4477 8 19C8 19.5523 8.44772 20 9 20H19C19.5523 20 20 19.5523 20 19V9C20 8.44772 19.5523 8 19 8C18.4477 8 18 8.44772 18 9V18ZM8 12.1169C8 12.5056 8.42399 12.7456 8.75725 12.5457L12.2854 10.4287C12.6091 10.2345 12.6091 9.76546 12.2854 9.57125L8.75725 7.45435C8.42399 7.25439 8 7.49445 8 7.8831V12.1169Z",
fill: "currentColor"
})]
}));
}
export default Media;