google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.2 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 ExtensionOff = createIcon("ExtensionOff", [
[
"path",
{
d: "M19.8353 22.5549L18.2053 20.9249C18.1553 20.9249 18.1053 20.9449 18.0553 20.9449H14.2553C14.2553 18.2349 12.0953 17.9449 11.5553 17.9449C11.0153 17.9449 8.85531 18.2349 8.85531 20.9449H5.05531C3.95531 20.9449 3.05531 20.0449 3.05531 18.9449V15.1449C5.76531 15.1449 6.05531 12.9849 6.05531 12.4449C6.05531 11.9049 5.75531 9.74495 3.06531 9.74495V5.94495C3.06531 5.89495 3.08531 5.85495 3.08531 5.80495L1.44531 4.16495L2.85531 2.75495L21.2353 21.1349L19.8353 22.5549ZM20.0553 17.1149V14.9449C21.4353 14.9449 22.5553 13.8249 22.5553 12.4449C22.5553 11.0649 21.4353 9.94495 20.0553 9.94495V5.94495C20.0553 4.84495 19.1553 3.94495 18.0553 3.94495H14.0553C14.0553 2.56495 12.9353 1.44495 11.5553 1.44495C10.1753 1.44495 9.05531 2.56495 9.05531 3.94495H6.88531L20.0553 17.1149Z",
key: "asodxq"
}
]
]);
export { ExtensionOff as default };
//# sourceMappingURL=extension_off.js.map