UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 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 Antdesign = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.451 6.68c.51-.506.51-1.33 0-1.837L15.578 2.97l.003.002-2.554-2.55a1.463 1.463 0 00-2.05.013L.427 10.98a1.443 1.443 0 000 2.047l10.549 10.54a1.45 1.45 0 002.05 0l4.423-4.42a1.297 1.297 0 000-1.838 1.305 1.305 0 00-1.84 0l-3.35 3.354a.346.346 0 01-.495 0l-8.427-8.419a.346.346 0 010-.495l8.424-8.42c.01-.01.024-.018.035-.029.14-.11.332-.099.46.03L15.61 6.68a1.3 1.3 0 001.841 0zm-8.245 5.376a2.848 2.846 0 105.697 0 2.848 2.846 0 10-5.697 0zm14.368-1.034L20.28 7.743a1.303 1.303 0 00-1.841.003 1.297 1.297 0 000 1.838l2.224 2.222c.14.139.14.356 0 .495l-2.192 2.19a1.297 1.297 0 000 1.837 1.305 1.305 0 001.84 0l3.264-3.26a1.445 1.445 0 00-.002-2.047z" })); exports.default = Antdesign;