UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 628 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 DiscFull = createIcon("DiscFull", [ [ "path", { d: "M20 16H22V14H20V16ZM20 7V12H22V7H20ZM10 4C5.58 4 2 7.58 2 12C2 16.42 5.58 20 10 20C14.42 20 18 16.42 18 12C18 7.58 14.42 4 10 4ZM10 14C8.9 14 8 13.1 8 12C8 10.9 8.9 10 10 10C11.1 10 12 10.9 12 12C12 13.1 11.1 14 10 14Z", key: "wvk8jl" } ] ]); export { DiscFull as default }; //# sourceMappingURL=disc_full.js.map