iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 843 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 Alwaysdata = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.054 15.254a3.235 3.235 0 010 4.573 3.23 3.23 0 01-5.257-3.55l-4.827-7.33a2.903 2.903 0 01-.765-.007l-4.607 6.201a2.145 2.145 0 01-.507 2.218c-.84.841-2.207.84-3.048-.002a2.149 2.149 0 01-.428-2.416l-2.002-2.934c-.059.007-.116.018-.177.018a1.436 1.436 0 111.436-1.436c0 .252-.07.485-.184.69l2.073 2.555a2.14 2.14 0 011.55-.013l3.857-6.212a2.87 2.87 0 115.038-.287l5.24 7.004a3.221 3.221 0 012.608.928z" }));
exports.default = Alwaysdata;