UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 996 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 Feather = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-feather", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M8 9.585V16h6.414l-2.707 2.707a1 1 0 01-.112.097l-.11.071-.114.054-.105.035-.149.03L11 19H6.414l-1.707 1.707a1 1 0 11-1.414-1.414L5 17.584V13l.003-.075.017-.126.03-.111.044-.111.052-.098.067-.096.08-.09z" }), React.createElement("path", { d: "M19.414 11l-3 3H11.5l2.914-3zM13 4.586v4.998l-3 3V7.585zM16.482 3A4.515 4.515 0 0121 7.514a4.7 4.7 0 01-.239 1.487L15 9V3.24c.469-.158.968-.24 1.482-.24" })); exports.default = Feather;