@braineet/ui
Version:
Braineet design system
25 lines • 1.25 kB
JavaScript
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 File(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: "M7 4C6.44772 4 6 4.44772 6 5V19C6 19.5523 6.44772 20 7 20H17C17.5523 20 18 19.5523 18 19V8C18 7.73478 17.8946 7.48043 17.7071 7.29289L14.7071 4.29289C14.5196 4.10536 14.2652 4 14 4H7ZM16 18H8V6H13.5858L16 8.41421V18Z",
fill: "currentColor"
})
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 7.501C12 7.05555 12.5386 6.83247 12.8536 7.14745L14.8536 9.14745C15.1685 9.46243 14.9455 10.001 14.5 10.001H12.5C12.2239 10.001 12 9.77714 12 9.501V7.501Z",
fill: "currentColor"
})]
}));
}
export default File;