UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.28 kB
/** * @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: "M20.7096 16.4655L17.3396 13.0855C17.9796 13.3055 18.5696 13.5655 19.1096 13.8455C20.0796 14.3555 20.6896 15.3655 20.7096 16.4655ZM21.8996 20.4855L20.4896 21.8955L17.8796 19.2955H4.70961V16.5155C4.70961 15.3955 5.31961 14.3655 6.31961 13.8555C7.60961 13.1955 9.18961 12.6355 10.9896 12.4055L2.09961 3.51547L3.50961 2.10547L21.8996 20.4855ZM15.8796 17.2955L12.8796 14.2955C12.8196 14.2955 12.7696 14.2955 12.7096 14.2955C10.3396 14.2955 8.41961 15.0255 7.22961 15.6355C6.90961 15.7955 6.70961 16.1355 6.70961 16.5155V17.2955H15.8796ZM12.7096 5.29547C13.8096 5.29547 14.7096 6.19547 14.7096 7.29547C14.7096 8.15547 14.1696 8.88547 13.4096 9.16547L14.8896 10.6455C15.9896 9.93547 16.7096 8.69547 16.7096 7.29547C16.7096 5.08547 14.9196 3.29547 12.7096 3.29547C11.3096 3.29547 10.0696 4.01547 9.35961 5.11547L10.8396 6.59547C11.1196 5.83547 11.8496 5.29547 12.7096 5.29547Z", key: "dih9dy" } ] ]); export { PersonOff as default }; //# sourceMappingURL=person_off.js.map