google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 579 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 Propane = createIcon("Propane", [
[
"path",
{
d: "M17 6H16V5C16 3.9 15.1 3 14 3H10C8.9 3 8 3.9 8 5V6H7C3.69 6 1 8.69 1 12C1 15.31 3.69 18 7 18V21H9V18H15V21H17V18C20.31 18 23 15.31 23 12C23 8.69 20.31 6 17 6ZM10 5H14V6H10V5Z",
key: "16hshs"
}
]
]);
export { Propane as default };
//# sourceMappingURL=propane.js.map