UNPKG

@navinc/base-react-components

Version:
4 lines 1.21 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Document = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:document" }, props, { children: _jsx("path", { d: "M11,4 L5.99547063,4 L6,19.9999872 L17.9978711,20 C17.9978711,20 18.0000883,14.1717055 18.0000573,11 L12,11 C11.4477153,11 11,10.5522847 11,10 L11,4 Z M13,9 L17.9999996,9 L13,4 L13,9 Z M5.99547063,2 L13.3027909,2 C13.5786998,2 13.961797,2.15948852 14.1533372,2.35110037 L19.649031,7.8488508 C19.8428658,8.04275818 20,8.42796305 20,8.69925497 L20,20.0007286 C20,21.1048957 19.1054862,22 17.9978711,22 L6.00212885,22 C4.89638362,22 4,21.1017876 4,19.9999872 L4,4.00001277 C4,2.89543622 4.89588065,2 5.99547063,2 Z M7,17 C7,16.4477153 7.44910619,16 7.99539757,16 L16.0046024,16 C16.5543453,16 17,16.4438648 17,17 C17,17.5522847 16.5508938,18 16.0046024,18 L7.99539757,18 C7.44565467,18 7,17.5561352 7,17 Z M7,14 C7,13.4477153 7.45097518,13 8.0042651,13 L11.9957349,13 C12.5503752,13 13,13.4438648 13,14 C13,14.5522847 12.5490248,15 11.9957349,15 L8.0042651,15 C7.4496248,15 7,14.5561352 7,14 Z" }) }))); export default Document; //# sourceMappingURL=document.js.map