google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.95 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 PhonelinkSetup = createIcon("PhonelinkSetup", [
[
"path",
{
d: "M6.90769 3V6H8.90769V4H18.9077V20H8.90769V18H6.90769V21C6.90769 22.1 7.80769 23 8.90769 23H18.9077C20.0077 23 20.9077 22.1 20.9077 21V3C20.9077 1.9 20.0077 1 18.9077 1H8.90769C7.80769 1 6.90769 1.9 6.90769 3ZM9.40769 15.5C9.69769 15.38 9.95769 15.21 10.2077 15.02L10.1877 15.05L11.1977 15.44C11.4277 15.53 11.6877 15.44 11.8077 15.22L12.6477 13.76C12.7677 13.55 12.7177 13.27 12.5277 13.12L11.6777 12.44L11.6577 12.47C11.6777 12.31 11.7077 12.15 11.7077 11.99C11.7077 11.83 11.6777 11.67 11.6577 11.51L11.6777 11.54L12.5277 10.86C12.7177 10.71 12.7677 10.43 12.6477 10.22L11.8077 8.76C11.6877 8.55 11.4277 8.45 11.1977 8.54L10.1877 8.93L10.2077 8.96C9.95769 8.79 9.69769 8.62 9.40769 8.5L9.23769 7.42C9.20769 7.18 8.99769 7 8.74769 7H7.06769C6.81769 7 6.60769 7.18 6.57769 7.42L6.40769 8.5C6.11769 8.62 5.85769 8.79 5.60769 8.98L5.62769 8.95L4.60769 8.56C4.37769 8.47 4.11769 8.56 3.99769 8.78L3.15769 10.24C3.03769 10.45 3.08769 10.73 3.27769 10.88L4.12769 11.56L4.14769 11.53C4.12769 11.68 4.09769 11.84 4.09769 12C4.09769 12.16 4.12769 12.32 4.14769 12.48L4.12769 12.45L3.27769 13.13C3.08769 13.28 3.03769 13.56 3.15769 13.77L3.99769 15.23C4.11769 15.44 4.37769 15.54 4.60769 15.45L5.61769 15.06L5.60769 15.02C5.85769 15.21 6.11769 15.38 6.40769 15.5L6.57769 16.57C6.60769 16.82 6.81769 17 7.06769 17H8.74769C8.99769 17 9.20769 16.82 9.23769 16.58L9.40769 15.5ZM5.90769 12C5.90769 10.9 6.80769 10 7.90769 10C9.00769 10 9.90769 10.9 9.90769 12C9.90769 13.1 9.00769 14 7.90769 14C6.80769 14 5.90769 13.1 5.90769 12Z",
key: "n6iqmz"
}
]
]);
export { PhonelinkSetup as default };
//# sourceMappingURL=phonelink_setup.js.map