UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 587 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 FormatUnderlined = createIcon("FormatUnderlined", [ [ "path", { d: "M12 17C15.31 17 18 14.31 18 11V3H15.5V11C15.5 12.93 13.93 14.5 12 14.5C10.07 14.5 8.5 12.93 8.5 11V3H6V11C6 14.31 8.69 17 12 17ZM5 19V21H19V19H5Z", key: "1vik3k" } ] ]); export { FormatUnderlined as default }; //# sourceMappingURL=format_underlined.js.map