UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 962 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Shovel = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.846 2.22a.75.75 0 00-1.06 0 3.86 3.86 0 00-.449 4.918l-4.533 4.533-2.216-2.217a.75.75 0 00-1.061 0l-4.674 4.674a4.5 4.5 0 000 6.364l.191.19a4.5 4.5 0 006.364 0l4.674-4.673a.75.75 0 000-1.06l-2.217-2.218 4.548-4.547a3.86 3.86 0 004.829-.508.75.75 0 000-1.061L17.846 2.22zm0 4.395a2.359 2.359 0 01-.444-2.718l3.163 3.162a2.359 2.359 0 01-2.719-.444zm-8.715 7.73a.75.75 0 101.06 1.06l1.613-1.613 1.687 1.687-4.144 4.143a3 3 0 01-4.242 0l-.191-.19a3 3 0 010-4.243l4.143-4.144 1.687 1.686-1.613 1.613z", fill: "#323544" })); exports.default = Shovel;