UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 704 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 Radio = createIcon("Radio", [ [ "path", { d: "M3.24 6.65C2.51 6.93 2 7.67 2 8.5V20.5C2 21.6 2.89 22.5 4 22.5H20C21.11 22.5 22 21.6 22 20.5V8.5C22 7.39 21.11 6.5 20 6.5H8.3L16.56 3.16L15.88 1.5L3.24 6.65ZM7 20.5C5.34 20.5 4 19.16 4 17.5C4 15.84 5.34 14.5 7 14.5C8.66 14.5 10 15.84 10 17.5C10 19.16 8.66 20.5 7 20.5ZM20 12.5H18V10.5H16V12.5H4V8.5H20V12.5Z", key: "8edkek" } ] ]); export { Radio as default }; //# sourceMappingURL=radio.js.map