UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 791 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 AddRoad = createIcon("AddRoad", [ [ "path", { d: "M18.5 16.5V13.5H16.5V16.5H13.5V18.5H16.5V21.5H18.5V18.5H21.5V16.5H18.5Z", key: "120o06" } ], ["path", { d: "M18.5 2.5H16.5V11.5H18.5V2.5Z", key: "tlj82c" }], ["path", { d: "M4.5 2.5H2.5V18.5H4.5V2.5Z", key: "qrz7vs" }], ["path", { d: "M11.5 2.5H9.5V6.5H11.5V2.5Z", key: "d7kjjw" }], ["path", { d: "M11.5 8.5H9.5V12.5H11.5V8.5Z", key: "152n5h" }], ["path", { d: "M11.5 14.5H9.5V18.5H11.5V14.5Z", key: "5r8jmr" }] ]); export { AddRoad as default }; //# sourceMappingURL=add_road.js.map