UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.18 kB
"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 UserCancel = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.3 16.544l1.308 1.309a.533.533 0 0 1-.754.754l-1.308-1.309-1.31 1.31a.534.534 0 0 1-.753-.755l1.309-1.309-1.309-1.309a.533.533 0 0 1 .754-.754l1.309 1.31 1.308-1.31a.533.533 0 1 1 .754.754l-1.309 1.31zm-5.482-4.259c.571.142 1.405.357 2.23.589-.388.265-.72.6-1.006.971a79.323 79.323 0 0 0-2.047-.522v-1.759c1.392-.947 2.217-3.006 2.217-4.877 0-2.53-.648-4.58-3.884-4.58-3.237 0-3.884 2.05-3.884 4.58 0 1.873.826 3.933 2.22 4.88v1.773c-2.099.493-4.536 1.17-5.097 1.477-.363.456-.68 1.922-.454 2.839h10.149c.102.394.258.764.458 1.108H1.5c-.868-1.332-.516-3.996.352-4.883.414-.422 3.514-1.222 4.998-1.586-1.567-1.217-2.523-3.475-2.523-5.628 0-3.13.91-5.667 5-5.667s5 2.537 5 5.667c0 2.147-.951 4.398-2.51 5.618z", fill: "#000", fillRule: "evenodd" })); exports.default = UserCancel;