google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 489 B
JavaScript
/**
* @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.5V22H21V16H15Z",
key: "1u1jrl"
}
]
]);
export { Polyline as default };
//# sourceMappingURL=polyline.js.map