google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.61 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: "M1.44531 4.16995L3.06531 5.78995C3.06531 5.83995 3.05531 5.88995 3.05531 5.94995V9.74995C5.75531 9.74995 6.05531 11.91 6.05531 12.45C6.05531 12.99 5.76531 15.15 3.05531 15.15V18.95C3.05531 20.05 3.95531 20.95 5.05531 20.95H8.85531C8.85531 18.24 11.0153 17.95 11.5553 17.95C12.0953 17.95 14.2553 18.24 14.2553 20.95H18.0553C18.1153 20.95 18.1653 20.95 18.2153 20.94L19.8253 22.55L21.2353 21.14L2.86531 2.75995L1.44531 4.16995ZM11.5553 15.95C10.0553 15.95 7.98531 16.78 7.18531 18.95H5.05531V16.82C7.22531 16.02 8.05531 13.95 8.05531 12.45C8.05531 11.76 7.87531 10.95 7.47531 10.2L13.8053 16.53C13.0553 16.13 12.2453 15.95 11.5553 15.95ZM8.88531 5.94995L6.88531 3.94995H9.05531C9.05531 2.56995 10.1753 1.44995 11.5553 1.44995C12.9353 1.44995 14.0553 2.56995 14.0553 3.94995H18.0553C19.1553 3.94995 20.0553 4.84995 20.0553 5.94995V9.94995C21.4353 9.94995 22.5553 11.07 22.5553 12.45C22.5553 13.83 21.4353 14.95 20.0553 14.95V17.12L18.0553 15.12V12.95H20.0553C20.3353 12.95 20.5553 12.73 20.5553 12.45C20.5553 12.17 20.3353 11.95 20.0553 11.95H18.0553V5.94995H12.0553V3.94995C12.0553 3.66995 11.8353 3.44995 11.5553 3.44995C11.2753 3.44995 11.0553 3.66995 11.0553 3.94995V5.94995H8.88531Z",
key: "16goa8"
}
]
]);
export { ExtensionOff as default };
//# sourceMappingURL=extension_off.js.map