google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 929 B
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 PersonOff = createIcon("PersonOff", [
[
"path",
{
d: "M9.35961 5.10961C10.0696 4.00961 11.3096 3.28961 12.7096 3.28961C14.9196 3.28961 16.7096 5.07961 16.7096 7.28961C16.7096 8.68961 15.9896 9.92961 14.8896 10.6396L9.35961 5.10961ZM20.7096 16.4596C20.6896 15.3596 20.0796 14.3496 19.0996 13.8396C18.5596 13.5596 17.9696 13.2996 17.3296 13.0796L20.7096 16.4596ZM21.8996 20.4796L3.51961 2.09961L2.09961 3.50961L10.9896 12.3996C9.17961 12.6296 7.59961 13.1896 6.31961 13.8496C5.31961 14.3596 4.70961 15.3896 4.70961 16.5096V19.2896H17.8796L20.4896 21.8996L21.8996 20.4796Z",
key: "nr8ev5"
}
]
]);
export { PersonOff as default };
//# sourceMappingURL=person_off.js.map