UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.74 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 GroupOff = createIcon("GroupOff", [ [ "path", { d: "M15.1547 7.29453C15.1547 5.87453 14.6547 4.56453 13.8247 3.53453C14.2447 3.39453 14.6847 3.29453 15.1547 3.29453C17.3647 3.29453 19.1547 5.08453 19.1547 7.29453C19.1547 9.50453 17.3647 11.2945 15.1547 11.2945C15.0947 11.2945 15.0347 11.2945 14.9747 11.2945L14.2047 10.5245C14.8047 9.58453 15.1547 8.47453 15.1547 7.29453ZM22.9847 19.2945H23.1547V16.2945C23.1547 14.1145 19.5747 12.8245 16.8147 12.4245C17.9147 13.1745 18.7647 14.1345 19.0447 15.3645L22.9847 19.2945ZM9.15473 5.29453C9.09473 5.29453 9.04473 5.29453 8.99473 5.30453L7.39473 3.70453C7.92473 3.44453 8.52473 3.29453 9.15473 3.29453C11.3647 3.29453 13.1547 5.08453 13.1547 7.29453C13.1547 7.92453 13.0047 8.52453 12.7447 9.05453L11.1447 7.45453C11.1547 7.40453 11.1547 7.35453 11.1547 7.29453C11.1547 6.19453 10.2547 5.29453 9.15473 5.29453ZM9.32473 11.2945C9.26473 11.2945 9.21473 11.2945 9.15473 11.2945C6.94473 11.2945 5.15473 9.50453 5.15473 7.29453C5.15473 7.23453 5.15473 7.18453 5.15473 7.12453L0.844727 2.80453L2.25473 1.39453L22.0547 21.1945L20.6447 22.6045L17.1547 19.1245V19.2945H1.15473V16.2945C1.15473 13.6345 6.48473 12.2945 9.15473 12.2945C9.52473 12.2945 9.95473 12.3245 10.4047 12.3745L9.32473 11.2945ZM9.15473 14.2945C6.45473 14.2945 3.35473 15.5845 3.15473 16.3045V17.2945H15.1547V17.1245L13.0447 15.0145C11.9147 14.6045 10.4847 14.2945 9.15473 14.2945Z", key: "1cbwvz" } ] ]); export { GroupOff as default }; //# sourceMappingURL=group_off.js.map