iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 744 B
JavaScript
;
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 Removedotbg = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.729 13.55l-1.903-.995-9.134 4.776a1.497 1.497 0 01-1.383.002l-9.137-4.778-1.903.995a.5.5 0 000 .888l11.499 6.011a.495.495 0 00.462 0l11.499-6.011a.5.5 0 000-.888zM.269 10.447l11.499 6.013a.495.495 0 00.462 0l11.499-6.013a.5.5 0 000-.887l-11.5-6.012a.505.505 0 00-.462 0L.268 9.559a.5.5 0 00.001.887z" }));
exports.default = Removedotbg;