UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 567 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 Straighten = createIcon("Straighten", [ [ "path", { d: "M21 6H3C1.9 6 1 6.9 1 8V16C1 17.1 1.9 18 3 18H21C22.1 18 23 17.1 23 16V8C23 6.9 22.1 6 21 6ZM21 16H3V8H5V12H7V8H9V12H11V8H13V12H15V8H17V12H19V8H21V16Z", key: "1vttz1" } ] ]); export { Straighten as default }; //# sourceMappingURL=straighten.js.map