google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 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 PhoneLocked = createIcon("PhoneLocked", [
[
"path",
{
d: "M20.0009 5.5V4.5C20.0009 3.4 19.1009 2.5 18.0009 2.5C16.9009 2.5 16.0009 3.4 16.0009 4.5V5.5H15.0009V10.5H21.0009V5.5H20.0009ZM19.0009 5.5H17.0009V4.5C17.0009 3.95 17.4509 3.5 18.0009 3.5C18.5509 3.5 19.0009 3.95 19.0009 4.5V5.5Z",
key: "1qt50d"
}
],
[
"path",
{
d: "M15.6309 14.9L13.1109 17.4C10.6109 15.97 8.54087 13.9 7.11087 11.4L9.61087 8.88C9.84087 8.64 9.94087 8.31 9.88087 7.98L9.13087 4.3C9.04087 3.84 8.63087 3.5 8.15087 3.5H4.00087C3.44087 3.5 2.97087 3.97 3.00087 4.53C3.17087 7.42 4.05087 10.13 5.43087 12.5C7.01087 15.23 9.28087 17.49 12.0009 19.07C14.3709 20.44 17.0809 21.33 19.9709 21.5C20.5309 21.53 21.0009 21.06 21.0009 20.5V16.35C21.0009 15.87 20.6609 15.46 20.2009 15.37L16.5309 14.64C16.2009 14.57 15.8609 14.67 15.6309 14.9Z",
key: "2fcpzj"
}
]
]);
export { PhoneLocked as default };
//# sourceMappingURL=phone_locked.js.map