UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 616 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 FormatTextdirectionRToL = createIcon("FormatTextdirectionRToL", [ [ "path", { d: "M10 4V8C8.9 8 8 7.1 8 6C8 4.9 8.9 4 10 4ZM18 2H10C7.79 2 6 3.79 6 6C6 8.21 7.79 10 10 10V15H12V4H14V15H16V4H18V2ZM8 14L4 18L8 22V19H20V17H8V14Z", key: "u5vmlc" } ] ]); export { FormatTextdirectionRToL as default }; //# sourceMappingURL=format_textdirection_r_to_l.js.map