@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.24 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Report = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:report" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3,21 L3,3.99985364 C3,2.89447268 3.89323627,2 5.00087166,2 L18.9991283,2 C20.1044704,2 21,2.89294791 21,3.99985364 L21,21 C21,21.743382 20.5,22 20,22 L4,22 C3.5527864,22 3,21.743382 3,21 Z M18.9991283,4 L5,3.99985364 L4.99992964,20 L18.9769338,20 L18.9991283,4 Z M12,15 C12,14.4477153 12.4437166,14 12.9998075,14 L16.0001925,14 C16.5523709,14 17,14.4438648 17,15 C17,15.5522847 16.5562834,16 16.0001925,16 L12.9998075,16 C12.4476291,16 12,15.5561352 12,15 Z M7,11 C7,10.4477153 7.44910619,10 7.99539757,10 L16.0046024,10 C16.5543453,10 17,10.4438648 17,11 C17,11.5522847 16.5508938,12 16.0046024,12 L7.99539757,12 C7.44565467,12 7,11.5561352 7,11 Z M7,7 C7,6.44771525 7.44910619,6 7.99539757,6 L16.0046024,6 C16.5543453,6 17,6.44386482 17,7 C17,7.55228475 16.5508938,8 16.0046024,8 L7.99539757,8 C7.44565467,8 7,7.55613518 7,7 Z" }) })));
exports.default = Report;
//# sourceMappingURL=report.js.map