@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAttachment = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Attachment",
short_name: "Attachment",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7.5 17.5q-2.3 0-3.9-1.6T2 12q0-2.3 1.6-3.9t3.9-1.6H18q1.65 0 2.825 1.175Q22 8.85 22 10.5q0 1.65-1.175 2.825Q19.65 14.5 18 14.5H8.5q-1.05 0-1.775-.725Q6 13.05 6 12q0-1.05.725-1.775Q7.45 9.5 8.5 9.5h8.75q.325 0 .538.212.212.213.212.538 0 .325-.212.537-.213.213-.538.213H8.5q-.425 0-.712.287-.288.288-.288.713t.288.712Q8.075 13 8.5 13H18q1.05 0 1.775-.725.725-.725.725-1.775 0-1.05-.725-1.775Q19.05 8 18 8H7.5Q5.85 8 4.675 9.175 3.5 10.35 3.5 12q0 1.65 1.175 2.825Q5.85 16 7.5 16h9.75q.325 0 .538.212.212.213.212.538 0 .325-.212.538-.213.212-.538.212Z"
}));
});
IconMaterialAttachment.displayName = 'AmauiIconMaterialAttachment';
export default IconMaterialAttachment;