UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 629 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 KebabVertical = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.445 13.832a1 1 0 101.11-1.663 1 1 0 00-1.11 1.662zM8 9a1 1 0 110-2 1 1 0 010 2zm0-5a1 1 0 110-2 1 1 0 010 2z", fill: "#424242" })); exports.default = KebabVertical;