UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 681 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 FormatListNumberedRtl = createIcon("FormatListNumberedRtl", [ [ "path", { d: "M18.5 17H20.5V17.5H19.5V18.5H20.5V19H18.5V20H21.5V16H18.5V17ZM19.5 8H20.5V4H18.5V5H19.5V8ZM18.5 11H20.3L18.5 13.1V14H21.5V13H19.7L21.5 10.9V10H18.5V11ZM2.5 5H16.5V7H2.5V5ZM2.5 17H16.5V19H2.5V17ZM2.5 11H16.5V13H2.5V11Z", key: "owk42j" } ] ]); export { FormatListNumberedRtl as default }; //# sourceMappingURL=format_list_numbered_rtl.js.map