@icongo/mc
Version:
Micon Icons
13 lines • 779 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlAttach = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1536 384v1216q0 93-35.5 174.5t-96 142-142 96T1088 2048t-174.5-35.5-142-96-96-142T640 1600V320q0-66 25.5-124t69-101.5 101.5-69T960 0t124 25.5 101.5 69 69 101.5 25.5 124v1280q0 40-15 75t-41 61-61 41-75 15-75-15-61-41-41-61-15-75V512h128v1088q0 26 19 45t45 19 45-19 19-45V320q0-40-15-75t-41-61-61-41-75-15-75 15-61 41-41 61-15 75v1280q0 66 25.5 124t69 101.5 101.5 69 124 25.5 124-25.5 101.5-69 69-101.5 25.5-124V384h128z"
})
}));
export { MCMdlAttach };