google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 687 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const RvHookup = createIcon("RvHookup", [
[
"path",
{
d: "M19 17V11C19 9.9 18.1 9 17 9H6V7L3 10L6 13V11H10V14H3V17C3 18.1 3.9 19 5 19H7C7 20.66 8.34 22 10 22C11.66 22 13 20.66 13 19H21V17H19ZM10 20C9.45 20 9 19.55 9 19C9 18.45 9.45 18 10 18C10.55 18 11 18.45 11 19C11 19.55 10.55 20 10 20ZM17 14H13V11H17V14ZM16 2V4H8V6H16V8L19 5L16 2Z",
key: "gzzvq0"
}
]
]);
export { RvHookup as default };
//# sourceMappingURL=rv_hookup.js.map