@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.84 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialAddReactionW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AddReactionW100', short_name: 'AddReaction', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 20.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3q.95 0 1.85.2.9.2 1.7.55 0 .225.038.437.037.213.087.413-.825-.425-1.75-.663Q13 4 12 4 8.675 4 6.338 6.337 4 8.675 4 12t2.338 5.663Q8.675 20 12 20q3.325 0 5.663-2.337Q20 15.325 20 12q0-.8-.15-1.55T19.425 9q.2.125.412.225.213.1.463.15.2.625.3 1.275.1.65.1 1.35 0 1.8-.687 3.387-.688 1.588-1.863 2.763-1.175 1.175-2.762 1.862Q13.8 20.7 12 20.7Zm3.25-10.2q.425 0 .713-.288.287-.287.287-.712t-.287-.713q-.288-.287-.713-.287t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288Zm-6.5 0q.425 0 .713-.288.287-.287.287-.712t-.287-.713Q9.175 8.5 8.75 8.5t-.712.287q-.288.288-.288.713t.288.712q.287.288.712.288ZM12 16.7q1.2 0 2.363-.638 1.162-.637 1.887-2.062h-8.5q.725 1.425 1.887 2.062Q10.8 16.7 12 16.7Zm0-4.7Zm8.65-7.65H19q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h1.65V2q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v1.65H23q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-1.65V6q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25Z" }) })));
});
IconMaterialAddReactionW100.displayName = 'AmauiIconMaterialAddReactionW100';
exports.default = IconMaterialAddReactionW100;