UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 611 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 LineStyle = createIcon("LineStyle", [ [ "path", { d: "M3 16H8V14H3V16ZM9.5 16H14.5V14H9.5V16ZM16 16H21V14H16V16ZM3 20H5V18H3V20ZM7 20H9V18H7V20ZM11 20H13V18H11V20ZM15 20H17V18H15V20ZM19 20H21V18H19V20ZM3 12H11V10H3V12ZM13 12H21V10H13V12ZM3 4V8H21V4H3Z", key: "wz0ibt" } ] ]); export { LineStyle as default }; //# sourceMappingURL=line_style.js.map