UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 467 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 LineWeight = createIcon("LineWeight", [ [ "path", { d: "M3 17H21V15H3V17ZM3 20H21V19H3V20ZM3 13H21V10H3V13ZM3 4V8H21V4H3Z", key: "qr5f3l" } ] ]); export { LineWeight as default }; //# sourceMappingURL=line_weight.js.map