google-material-icons
Version:
A google material icon library package for React applications
27 lines (23 loc) • 876 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 RemoveRoad = createIcon("RemoveRoad", [
["path", { d: "M18.75 3H16.75V12H18.75V3Z", key: "124afx" }],
["path", { d: "M4.75 3H2.75V19H4.75V3Z", key: "em07et" }],
["path", { d: "M11.75 3H9.75V7H11.75V3Z", key: "2suxht" }],
["path", { d: "M11.75 9H9.75V13H11.75V9Z", key: "1cfcdl" }],
["path", { d: "M11.75 15H9.75V19H11.75V15Z", key: "j2e8ku" }],
[
"path",
{
d: "M21.25 15.41L19.84 14L17.75 16.09L15.66 14L14.25 15.41L16.34 17.5L14.25 19.59L15.66 21L17.75 18.91L19.84 21L21.25 19.59L19.16 17.5L21.25 15.41Z",
key: "19uyua"
}
]
]);
export { RemoveRoad as default };
//# sourceMappingURL=remove_road.js.map