UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 664 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 FormatOverline = createIcon("FormatOverline", [ [ "path", { d: "M19 3V5H5V3H19ZM12 7C8.13 7 5 10.13 5 14C5 17.87 8.13 21 12 21C15.87 21 19 17.87 19 14C19 10.13 15.87 7 12 7ZM12 18.5C9.51 18.5 7.5 16.49 7.5 14C7.5 11.51 9.51 9.5 12 9.5C14.49 9.5 16.5 11.51 16.5 14C16.5 16.49 14.49 18.5 12 18.5Z", key: "1fo5f8" } ] ]); export { FormatOverline as default }; //# sourceMappingURL=format_overline.js.map