styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.23 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Attachment = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M18.364 6.635a4.007 4.007 0 00-5.658 0L8.172 11.17a2.484 2.484 0 00-.733 1.77 2.498 2.498 0 002.501 2.498c.64 0 1.279-.242 1.767-.73l2.122-2.121a2.002 2.002 0 000-2.828l-3.536 3.535a.5.5 0 01-.708-.708l4.535-4.537a2.006 2.006 0 012.83 0 2.003 2.003 0 010 2.828l-4.537 4.537-2.535 2.535a2.003 2.003 0 01-2.828 0 2.001 2.001 0 010-2.828l.095-.096a3.566 3.566 0 01-.702-2.125l-.807.807a4.003 4.003 0 000 5.656c.779.779 1.804 1.17 2.828 1.17s2.049-.391 2.828-1.17l7.072-7.072a4.003 4.003 0 000-5.656z", key: "k0" })));
});
exports.Attachment.displayName = 'Attachment';
exports.AttachmentDimensions = { height: 24, width: 24 };
;