UNPKG

@navinc/base-react-components

Version:
4 lines 1.93 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Pen = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:pen" }, props, { children: _jsx("path", { d: "M22.5538158,6.73092432 C23.0634192,7.39650481 23.3771087,7.95144947 23.4533734,8.48651798 C23.7838547,10.8051534 22.7885777,12.9716589 20.4093325,14.2938375 C18.2912043,15.4709097 17.53504,16.8060959 18.3192722,17.9265952 C18.6359549,18.3790667 18.5258763,19.0025895 18.0734048,19.3192722 C17.6209333,19.6359549 16.9974105,19.5258763 16.6807278,19.0734048 C15.0210758,16.7021189 16.4276832,14.2184223 19.4378357,12.5456401 C21.0707068,11.6382317 21.6901818,10.2897668 21.4733846,8.76873104 C21.4657225,8.71497426 21.3976804,8.57826091 21.2787439,8.3912537 L8.02248471,21.6475134 C7.82781177,21.8421864 7.44772752,22 7.16682366,22 L3.41421356,22 L3.20710678,22.2071068 C2.81658249,22.5976311 2.18341751,22.5976311 1.79289322,22.2071068 C1.40236893,21.8165825 1.40236893,21.1834175 1.79289322,20.7928932 L2,20.5857864 L2,16.8338049 C2,16.5559431 2.16010869,16.1707405 2.35266818,15.9783706 L15.7570466,2.58718993 C16.537753,1.80725223 17.8036836,1.80803078 18.5848429,2.58919013 L18.9371684,2.94151564 C19.2087848,2.66879068 19.5846808,2.5 20,2.5 C20.8284271,2.5 21.5,3.17157288 21.5,4 C21.5,4.41501762 21.3314543,4.7906693 21.0590782,5.06223978 C21.0698002,5.07334253 22.4030403,6.53400024 22.5538158,6.73092432 Z M17.1706294,4.00340369 L12.9622494,8.20489011 L15.799465,11.0421057 L19.998982,6.84258849 L17.1706294,4.00340369 Z M6.83434447,20.0072266 L14.3852514,12.4563193 L11.5469868,9.61805462 L4.00050558,17.1536453 L4.00276503,18.5830214 L4.29289322,18.2928932 C4.68341751,17.9023689 5.31658249,17.9023689 5.70710678,18.2928932 C6.09763107,18.6834175 6.09763107,19.3165825 5.70710678,19.7071068 L5.41062341,20.0035902 L6.83434447,20.0072266 Z" }) }))); export default Pen; //# sourceMappingURL=pen.js.map