UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.47 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 Toys = createIcon("Toys", [ [ "path", { d: "M22.501 14C22.501 12.05 21.101 10.43 19.251 10.08L17.901 6.05C17.501 4.82 16.351 4 15.061 4H9.94103C8.65103 4 7.50104 4.82 7.10104 6.05L6.31104 8.4L4.91104 7L5.20104 6.71C5.59103 6.32 5.59103 5.69 5.20104 5.3C4.81104 4.91 4.18104 4.91 3.79104 5.3L1.79104 7.3C1.40104 7.69 1.40104 8.32 1.79104 8.71C2.18104 9.1 2.81104 9.1 3.20104 8.71L3.50104 8.41L5.29104 10.2C3.68104 10.72 2.50104 12.22 2.50104 14C2.50104 15.5 3.33104 16.79 4.55104 17.48C4.78104 18.9 6.01103 20 7.50104 20C8.80103 20 9.90103 19.16 10.321 18H14.691C15.101 19.16 16.201 20 17.511 20C19.001 20 20.231 18.9 20.461 17.48C21.671 16.79 22.501 15.5 22.501 14ZM7.50104 18C6.95104 18 6.50104 17.55 6.50104 17C6.50104 16.45 6.95104 16 7.50104 16C8.05104 16 8.50104 16.45 8.50104 17C8.50104 17.55 8.05104 18 7.50104 18ZM11.501 10H7.91104L7.89104 9.98L8.99103 6.68C9.13103 6.27 9.51103 6 9.94103 6H11.501V10ZM13.501 6H15.061C15.491 6 15.871 6.27 16.011 6.68L17.111 10H13.501V6ZM17.501 18C16.951 18 16.501 17.55 16.501 17C16.501 16.45 16.951 16 17.501 16C18.051 16 18.501 16.45 18.501 17C18.501 17.55 18.051 18 17.501 18Z", key: "1r8rvw" } ] ]); export { Toys as default }; //# sourceMappingURL=toys.js.map