@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.28 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("@onesy/ui-react");
const IconMaterialAttachFileW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AttachFileW100', short_name: 'AttachFile', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M686-341q0 86.94-59.5 147.97T480.5-132Q394-132 334-193.03T274-341v-343q0-60 41-102t101-42q60 0 101 42t41 102v325q0 32-22.36 55.5t-54.5 23.5q-32.14 0-55.64-22.98T402-359v-307q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v307q0 21 14.5 36t35.5 15q21 0 35.5-15t14.5-36v-326q0-48-32.82-81.5T416-800q-47.88 0-80.94 34Q302-732 302-684v343q0 75 52 128t126.86 53q73.81 0 125.47-53Q658-266 658-341v-325q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v325Z" }) })));
});
IconMaterialAttachFileW100.displayName = 'OnesyIconMaterialAttachFileW100';
exports.default = IconMaterialAttachFileW100;
;