google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.7 kB
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 VapeFree = createIcon("VapeFree", [
[
"path",
{
d: "M2.30531 16.1992H3.30531C4.63531 16.1992 6.01531 16.0192 7.30531 15.6992V18.6992C6.01531 18.3792 4.63531 18.1992 3.30531 18.1992H2.30531V16.1992ZM16.4753 18.6992H8.30531V15.6992H13.4753L1.69531 3.91922L3.10531 2.50922L21.4853 20.8892L20.0753 22.2992L16.4753 18.6992ZM19.1353 15.6992H22.3053V18.6992H22.1353L19.1353 15.6992ZM11.3053 17.1992C11.3053 16.9192 11.0853 16.6992 10.8053 16.6992C10.5253 16.6992 10.3053 16.9192 10.3053 17.1992C10.3053 17.4792 10.5253 17.6992 10.8053 17.6992C11.0853 17.6992 11.3053 17.4792 11.3053 17.1992ZM22.3053 12.4592V14.6992H20.8053V12.4692C20.8053 10.2292 19.0453 8.39922 16.8053 8.39922V6.89922C17.8253 6.89922 18.6553 6.06922 18.6553 5.04922C18.6553 4.02922 17.8253 3.19922 16.8053 3.19922V1.69922C18.6553 1.69922 20.1553 3.19922 20.1553 5.04922C20.1553 5.97922 19.7753 6.81922 19.1553 7.42922C21.0253 8.31922 22.3053 10.2392 22.3053 12.4592ZM11.4553 8.01922C11.4553 8.00922 11.4553 8.00922 11.4553 7.99922C11.4553 6.14922 12.9553 4.64922 14.8053 4.64922V6.14922C13.7853 6.14922 12.9553 6.87922 12.9553 7.89922C12.9553 8.91922 13.7853 9.89922 14.8053 9.89922H16.3353C18.2053 9.89922 19.8053 11.2492 19.8053 13.0592V14.6992H18.3053V13.3992C18.3053 12.0892 17.3853 11.3492 16.3353 11.3492H14.8053C14.7953 11.3492 14.7953 11.3492 14.7853 11.3492L11.4553 8.01922Z",
key: "wd5bh2"
}
]
]);
export { VapeFree as default };
//# sourceMappingURL=vape_free.js.map