UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.27 kB
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 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;