UNPKG

@braineet/ui

Version:

Braineet design system

27 lines 1.36 kB
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 FileFull(props) { return /*#__PURE__*/_jsxs("svg", _extends({ 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: "M6 5C6 4.44772 6.44772 4 7 4H14C14.2652 4 14.5196 4.10536 14.7071 4.29289L17.7071 7.29289C17.8946 7.48043 18 7.73478 18 8V19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19V5Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 5.66778C13 5.07404 13.7179 4.7767 14.1377 5.19653L16.8035 7.86231C17.2233 8.28215 16.926 9 16.3322 9H13.6664C13.2984 9 13 8.70162 13 8.33356V5.66778Z", fill: "currentColor" })] })); } export default FileFull;