UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 672 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 Close = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.549 9.777l6.844 6.844a.546.546 0 1 1-.772.773l-6.844-6.845-6.844 6.845a.545.545 0 1 1-.773-.773l6.844-6.844L2.16 2.933a.546.546 0 1 1 .773-.772l6.844 6.844L16.62 2.16a.546.546 0 1 1 .772.772l-6.844 6.844z", fill: "#000", fillRule: "evenodd" })); exports.default = Close;