UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 893 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 ScrollDown2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.47 16.278a.75.75 0 001.06 0l2.25-2.249a.75.75 0 00-1.06-1.06L12 14.686l-1.72-1.719a.75.75 0 10-1.06 1.061l2.25 2.249zM12 9.055a.8.8 0 110-1.6.8.8 0 010 1.6zM11.2 11.071a.8.8 0 101.6 0 .8.8 0 00-1.6 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.001a7.5 7.5 0 00-7.5 7.5v5a7.5 7.5 0 0015 0v-5a7.5 7.5 0 00-7.5-7.5zm-6 7.5a6 6 0 1112 0v5a6 6 0 01-12 0v-5z", fill: "#323544" })); exports.default = ScrollDown2;