UNPKG

@navinc/base-react-components

Version:
4 lines 1.71 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Attachment = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:attachment", viewBox: "0 0 24 24" }, props, { children: _jsx("path", { d: "M10.6054841,15.914598 C10.2166563,16.3034258 9.58233898,16.3034312 9.19238816,15.9134804 C8.80265649,15.5237487 8.8021597,14.8894953 9.19127053,14.5003844 L14.1421356,9.54951935 C14.5326599,9.15899506 14.5326599,8.52583008 14.1421356,8.13530579 C13.7516113,7.7447815 13.1184464,7.7447815 12.7279221,8.13530579 L7.77705696,13.0861709 C6.60640119,14.2568267 6.60788986,16.1574092 7.77817459,17.3276939 C8.94917936,18.4986987 10.8498266,18.4986826 12.0196977,17.3288116 L15.5563492,13.79216 L20.1519334,9.19657582 C21.9087533,7.4397559 21.9079981,4.58745977 20.1525433,2.83200493 C18.395297,1.07475865 15.5452766,1.07531056 13.7879724,2.83261479 L9.19238816,7.42819901 L4.24263688,12.3779503 C1.89935805,14.7212291 1.89920078,18.5197879 4.24264069,20.8632278 C6.58601449,23.2066017 10.3842769,23.206873 12.7279182,20.8632317 L19.0918831,14.4992668 C19.4824074,14.1087425 19.4824074,13.4755775 19.0918831,13.0850533 C18.7013588,12.694529 18.0681938,12.694529 17.6776695,13.0850533 L11.3137047,19.4490181 C9.75115719,21.0115656 7.2192247,21.0113847 5.65685425,19.4490143 C4.09448914,17.8866492 4.09459398,15.3544203 5.65685044,13.7921638 L10.6066017,8.84241257 L15.2021859,4.24682836 C16.1785642,3.27045012 17.7622546,3.27014344 18.7383297,4.24621849 C19.7129036,5.22079235 19.7133235,6.80675861 18.7377198,7.78236226 L14.1421356,12.3779465 L10.6054841,15.914598 Z", fillRule: "nonzero" }) }))); export default Attachment; //# sourceMappingURL=attachment.js.map