UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 758 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 Angle = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.891 2.194a.5.5 0 01.115.697L2.474 12H13.5a.5.5 0 010 1h-12a.5.5 0 01-.406-.791l7.1-9.9a.5.5 0 01.697-.115zM11.1 6.5a.5.5 0 111 0 .5.5 0 01-1 0zM10.4 4a.5.5 0 100 1 .5.5 0 000-1zm1.7 4.5a.5.5 0 111 0 .5.5 0 01-1 0zm1.3 1.5a.5.5 0 100 1 .5.5 0 000-1z", fill: "currentColor" })); exports.default = Angle;