@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.96 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const CoffeeMug = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:coffee-mug" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.05732658,7 C7.05461313,6.07307928 6.81725169,5.43559329 6.19567293,4.5941868 C5.86751262,4.14996923 5.96159562,3.52383324 6.4058132,3.19567293 C6.85003077,2.86751262 7.47616676,2.96159562 7.80432707,3.4058132 C8.69839843,4.61608208 9.05275728,5.65185731 9.05604305,7 L10.0450974,7 C10.0802715,5.14776881 9.73631596,3.98022807 8.74173791,2.68074721 C8.40606992,2.24217516 8.48949014,1.61452959 8.92806219,1.2788616 C9.36663424,0.943193606 9.99427981,1.02661383 10.3299478,1.46518588 C11.6253535,3.15771767 12.0809369,4.73694969 12.0448294,7 L12.9485191,7 C12.8996462,5.1771715 12.6971775,3.94899719 12.1661869,2.80822398 C11.9331277,2.30752261 12.1500946,1.71269215 12.650796,1.47963296 C13.1514973,1.24657376 13.7463278,1.46354061 13.979387,1.96424198 C14.6612824,3.42921742 14.898508,4.88478188 14.9496643,7 L16,7 C17.6568542,7 19,8.34314575 19,10 L20,10 C21.6568542,10 23,11.3431458 23,13 L23,15 C23,17.6945871 20.8684759,19.8913302 18.1995666,19.9960901 C17.162696,21.7916502 15.2224606,23 13,23 L9,23 C5.6862915,23 3,20.3137085 3,17 L3,10 C3,8.34314575 4.34314575,7 6,7 L7.05732658,7 Z M14.189085,9 C14.115825,9.01709034 14.0394702,9.02612755 13.9610046,9.02612755 C13.882539,9.02612755 13.8061842,9.01709034 13.7329242,9 L6,9 C5.44771525,9 5,9.44771525 5,10 L5,17 C5,19.209139 6.790861,21 9,21 L13,21 C15.209139,21 17,19.209139 17,17 L17,10 C17,9.44771525 16.5522847,9 16,9 L14.189085,9 Z M19,12 L19,17 L19,17.8292943 C20.1651924,17.4174579 21,16.3062188 21,15 L21,13 C21,12.4477153 20.5522847,12 20,12 L19,12 Z", fillRule: "nonzero" }) })));
exports.default = CoffeeMug;
//# sourceMappingURL=coffee-mug.js.map