UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 749 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 Superscript = createIcon("Superscript", [ [ "path", { d: "M19.5604 7H17.5604V8H20.5604V9H16.5604V7C16.5604 6.45 17.0104 6 17.5604 6H19.5604V5H16.5604V4H19.5604C20.1104 4 20.5604 4.45 20.5604 5V6C20.5604 6.55 20.1104 7 19.5604 7ZM3.44043 20H6.10043L9.50043 14.58H9.62043L13.0204 20H15.6804L11.0304 12.73L15.3704 6H12.6904L9.62043 10.99H9.50043L6.41043 6H3.75043L8.07043 12.73L3.44043 20Z", key: "17qsep" } ] ]); export { Superscript as default }; //# sourceMappingURL=superscript.js.map