UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 540 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 Polyline = createIcon("Polyline", [ [ "path", { d: "M15 16V17.26L9 14.26V11.09L11.7 8H16V2H10V6.9L7.3 10H3V16H8L15 19.5V22H21V16H15ZM12 4H14V6H12V4ZM7 14H5V12H7V14ZM19 20H17V18H19V20Z", key: "5g81du" } ] ]); export { Polyline as default }; //# sourceMappingURL=polyline.js.map