iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1 kB
JavaScript
;
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 Drizzle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.46 11.852a.863.863 0 00-.328-1.185.886.886 0 00-1.198.333l-2.819 4.918a.863.863 0 00.329 1.185.886.886 0 001.198-.332l2.819-4.919zM12.536 8.081a.863.863 0 00-.328-1.185.886.886 0 00-1.199.332l-2.818 4.919a.863.863 0 00.328 1.185A.886.886 0 009.718 13l2.818-4.919zM21.885 8.081a.863.863 0 00-.329-1.185.886.886 0 00-1.198.332l-2.819 4.919c-.24.419-.093.95.329 1.185A.886.886 0 0019.066 13l2.819-4.919zM15.807 11.852a.863.863 0 00-.328-1.185.886.886 0 00-1.199.333l-2.818 4.918a.863.863 0 00.328 1.185.886.886 0 001.199-.332l2.818-4.919z", fill: "#323544" }));
exports.default = Drizzle;