@navinc/base-react-components
Version:
Nav's Pattern Library
4 lines • 2.55 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
const Todo = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:todo" }, props, { children: _jsx("path", { d: "M16,1 C16.5522847,1 17,1.44335318 17,1.99905068 L18.9991283,2 C20.1044704,2 21,2.89294791 21,3.99985364 L21,20.0001464 C21,21.1055273 20.1067637,22 18.9991283,22 L5.00087166,22 C3.89552962,22 3,21.1070521 3,20.0001464 L3,3.99985364 C3,2.89447268 3.89323627,2 5.00087166,2 L7,2 C7,1.44729022 7.44386482,1 8,1 C8.55228475,1 9,1.44335318 9,1.99905068 L11,2 C11,1.44729022 11.4438648,1 12,1 C12.5522847,1 13,1.44335318 13,1.99905068 L15,2 C15,1.44729022 15.4438648,1 16,1 Z M13,3.99945662 C13,4.55270978 12.5561352,5 12,5 C11.4477153,5 11,4.55664682 11,4.00094932 C10.3109908,3.99929918 9.63517448,3.99927343 9,3.99926139 C9,4.55270978 8.55613518,5 8,5 C7.44771525,5 7,4.55664682 7,4.00094932 C5.79233335,3.99934328 5,3.99985364 5,3.99985364 L5.00087166,20 L19,20.0001464 L18.9991283,4 C18.9991283,4 18.2071762,3.99991081 17,3.99979409 C17,4.55270978 16.5561352,5 16,5 C15.4477153,5 15,4.55664682 15,4.00094932 C14.36484,3.9995586 13.6890227,3.99950516 13,3.99945662 Z M12,9.5 C12,8.94771525 12.4509752,8.5 13.0042651,8.5 L16.9957349,8.5 C17.5503752,8.5 18,8.94386482 18,9.5 C18,10.0522847 17.5490248,10.5 16.9957349,10.5 L13.0042651,10.5 C12.4496248,10.5 12,10.0561352 12,9.5 Z M12,15 C12,14.4477153 12.4509752,14 13.0042651,14 L16.9957349,14 C17.5503752,14 18,14.4438648 18,15 C18,15.5522847 17.5490248,16 16.9957349,16 L13.0042651,16 C12.4496248,16 12,15.5561352 12,15 Z M7.29289322,10.2071068 L6.29289322,9.20710678 C5.90236893,8.81658249 5.90236893,8.18341751 6.29289322,7.79289322 C6.68341751,7.40236893 7.31658249,7.40236893 7.70710678,7.79289322 L8.00021286,8.0859993 L9.29289322,6.79289322 C9.68341751,6.40236893 10.3165825,6.40236893 10.7071068,6.79289322 C11.0976311,7.18341751 11.0976311,7.81658249 10.7071068,8.20710678 L8.70710678,10.2071068 C8.31658249,10.5976311 7.68341751,10.5976311 7.29289322,10.2071068 Z M7.29289322,15.7071068 L6.29289322,14.7071068 C5.90236893,14.3165825 5.90236893,13.6834175 6.29289322,13.2928932 C6.68341751,12.9023689 7.31658249,12.9023689 7.70710678,13.2928932 L8.0019371,13.5877235 L9.29289322,12.2928932 C9.68341751,11.9023689 10.3165825,11.9023689 10.7071068,12.2928932 C11.0976311,12.6834175 11.0976311,13.3165825 10.7071068,13.7071068 L8.70710678,15.7071068 C8.31658249,16.0976311 7.68341751,16.0976311 7.29289322,15.7071068 Z" }) })));
export default Todo;
//# sourceMappingURL=todo.js.map