UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 760 B
/** * @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 Opacity = createIcon("Opacity", [ [ "path", { d: "M17.66 7.99497L12 2.34497L6.34 7.99497C4.78 9.55497 4 11.635 4 13.635C4 15.635 4.78 17.745 6.34 19.305C7.9 20.865 9.95 21.655 12 21.655C14.05 21.655 16.1 20.865 17.66 19.305C19.22 17.745 20 15.635 20 13.635C20 11.635 19.22 9.55497 17.66 7.99497ZM6 13.995C6.01 11.995 6.62 10.725 7.76 9.59497L12 5.26497L16.24 9.64497C17.38 10.765 17.99 11.995 18 13.995H6Z", key: "iip0ai" } ] ]); export { Opacity as default }; //# sourceMappingURL=opacity.js.map