UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.42 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 Percent = createIcon("Percent", [ [ "path", { d: "M7.49805 11.0022C9.42805 11.0022 10.998 9.43217 10.998 7.50217C10.998 5.57217 9.42805 4.00217 7.49805 4.00217C5.56805 4.00217 3.99805 5.57217 3.99805 7.50217C3.99805 9.43217 5.56805 11.0022 7.49805 11.0022ZM7.49805 6.00217C8.32805 6.00217 8.99805 6.67217 8.99805 7.50217C8.99805 8.33217 8.32805 9.00217 7.49805 9.00217C6.66805 9.00217 5.99805 8.33217 5.99805 7.50217C5.99805 6.67217 6.66805 6.00217 7.49805 6.00217Z", key: "6ld2sz" } ], [ "path", { d: "M18.588 3.9978L4.00055 18.5853L5.41475 19.9995L20.0022 5.412L18.588 3.9978Z", key: "fgud93" } ], [ "path", { d: "M16.498 13.0022C14.568 13.0022 12.998 14.5722 12.998 16.5022C12.998 18.4322 14.568 20.0022 16.498 20.0022C18.428 20.0022 19.998 18.4322 19.998 16.5022C19.998 14.5722 18.428 13.0022 16.498 13.0022ZM16.498 18.0022C15.668 18.0022 14.998 17.3322 14.998 16.5022C14.998 15.6722 15.668 15.0022 16.498 15.0022C17.328 15.0022 17.998 15.6722 17.998 16.5022C17.998 17.3322 17.328 18.0022 16.498 18.0022Z", key: "1ijb6a" } ] ]); export { Percent as default }; //# sourceMappingURL=percent.js.map