iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 809 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 AtFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 128v1.52c-.34 14.26-5.63 30.48-28 30.48-23.14 0-28-17.4-28-32V88a8 8 0 00-8.53-8 8.17 8.17 0 00-7.47 8.27v4a48 48 0 106.73 64.05 40.19 40.19 0 003.38 5C175.48 168 185.71 176 204 176a54.81 54.81 0 009.22-.75 4 4 0 014.09 6 104.05 104.05 0 01-91.4 50.75c-54.78-1.1-99.71-45.14-101.83-99.89A104 104 0 11232 128zm-136 0a32 32 0 1032-32 32 32 0 00-32 32z" }));
exports.default = AtFill;