@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.47 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 IconMaterialAddLinkW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AddLinkW100', short_name: 'AddLink', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6.725 15.8q-1.575 0-2.687-1.112Q2.925 13.575 2.925 12q0-1.575 1.113-2.688Q5.15 8.2 6.725 8.2h3.15q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-3.15q-1.275 0-2.188.912-.912.913-.912 2.188 0 1.275.912 2.188.913.912 2.188.912h3.15q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm2-3.45q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm11.8-.35h-.7q0-1.275-.912-2.188Q18 8.9 16.725 8.9h-3.15q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h3.15q1.575 0 2.688 1.112 1.112 1.113 1.112 2.688Zm-2.8 7.35q-.15 0-.25-.1t-.1-.25v-2.65h-2.65q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.65V13q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.65h2.65q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-2.65V19q0 .15-.1.25t-.25.1Z" }) })));
});
IconMaterialAddLinkW100.displayName = 'AmauiIconMaterialAddLinkW100';
exports.default = IconMaterialAddLinkW100;